#866921

Color #866921 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #866921

Tints of Yukon Gold #866921

Color information

#866921 (or 0x866921) is unknown color: approx Yukon Gold. HEX triplet: 86, 69 and 21. RGB value is (134,105,33). Sum of RGB (Red+Green+Blue) = 134+105+33=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #866921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866921 is #7996DE. Grayscale: #696969. Windows color (decimal): -7968479 or 2189702. OLE color: 2189702.

HSL color Cylindrical-coordinate representation of color #866921: hue angle of 42.77º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #866921 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB13410533-
CMYK00.220.750.47
HSL42.77º60.48%32.75%-
HSV(B)42.77º75.37%52.55%-
XYZ15.1615.283.59-
YUV105.4687.11148.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 105 (41.41% from 255) = 38.60%
BLUE value IS 33 (13.28% from 255) = 12.13%
R=49.26%
G=38.60%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341053300.220.750.4742.7760.4832.75
Hex8669210164B2F2b3c21
Octal2061514102611357537441
Binary1000011011010011000010101101001011101111101011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866921; }

 p { color: rgb(134,105,33); }

 H1.HeaderClassName
 {
   color: #866921;
 }
 .AnyTagClassName
 {
   color: #866921;
 }
</style>
background-color css

<style>
 a { background-color: #866921; }

 a { background-color: rgb(134,105,33); }

 div.DivClassName
 {
   background-color: #866921;
 }
 .BgClassName
 {
   background-color: #866921;
 }
</style>
border-color css

<style>
 span { border-color: #866921; }

 span { border-color: rgb(134,105,33); }

 td.TdClassName
 {
   border-color: #866921;
 }
 .TagClassName
 {
   border-color: #866921;
 }
</style>