#866A0A

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

Shades of Yukon Gold #866A0A

Tints of Yukon Gold #866A0A

Color information

#866A0A (or 0x866A0A) is unknown color: approx Yukon Gold. HEX triplet: 86, 6A and 0A. RGB value is (134,106,10). Sum of RGB (Red+Green+Blue) = 134+106+10=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #866A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866A0A is #7995F5. Grayscale: #676767. Windows color (decimal): -7968246 or 682630. OLE color: 682630.

HSL color Cylindrical-coordinate representation of color #866A0A: hue angle of 46.45º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #866A0A is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB13410610-
CMYK00.210.930.47
HSL46.45º86.11%28.24%-
HSV(B)46.45º92.54%52.55%-
XYZ15.0415.42.47-
YUV103.4375.28149.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 106 (41.80% from 255) = 42.4%
BLUE value IS 10 (4.30% from 255) = 4%
R=53.6%
G=42.4%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341061000.210.930.4746.4586.1128.24
Hex866AA0155D2F2e561c
Octal20615212025135575612634
Binary10000110110101010100101011011101101111101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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