#866A05

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

Shades of Yukon Gold #866A05

Tints of Yukon Gold #866A05

Color information

#866A05 (or 0x866A05) is unknown color: approx Yukon Gold. HEX triplet: 86, 6A and 05. RGB value is (134,106,5). Sum of RGB (Red+Green+Blue) = 134+106+5=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #866A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866A05 is #7995FA. Grayscale: #676767. Windows color (decimal): -7968251 or 354950. OLE color: 354950.

HSL color Cylindrical-coordinate representation of color #866A05: hue angle of 46.98º degrees, saturation: 0.93, 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 #866A05 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1341065-
CMYK00.210.960.47
HSL46.98º92.81%27.25%-
HSV(B)46.98º96.27%52.55%-
XYZ15.0115.392.32-
YUV102.8672.78150.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 106 (41.80% from 255) = 43.27%
BLUE value IS 5 (2.34% from 255) = 2.04%
R=54.69%
G=43.27%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134106500.210.960.4746.9892.8127.25
Hex866A5015602F2f5d1b
Octal2061525025140575713533
Binary1000011011010101010101011100000101111101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866A05; }

 p { color: rgb(134,106,5); }

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

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

 a { background-color: rgb(134,106,5); }

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

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

 span { border-color: rgb(134,106,5); }

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