#866906

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

Shades of Yukon Gold #866906

Tints of Yukon Gold #866906

Color information

#866906 (or 0x866906) is unknown color: approx Yukon Gold. HEX triplet: 86, 69 and 06. RGB value is (134,105,6). Sum of RGB (Red+Green+Blue) = 134+105+6=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #866906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866906 is #7996F9. Grayscale: #666666. Windows color (decimal): -7968506 or 420230. OLE color: 420230.

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

Color convert

RGB1341056-
CMYK00.220.960.47
HSL46.41º91.43%27.45%-
HSV(B)46.41º95.52%52.55%-
XYZ14.9215.182.32-
YUV102.3873.61150.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=54.69%
G=42.86%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134105600.220.960.4746.4191.4327.45
Hex86696016602F2e5b1b
Octal2061516026140575613333
Binary1000011011010011100101101100000101111101110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866906; }

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

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

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

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

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

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

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

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