#866A0F

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

Shades of Yukon Gold #866A0F

Tints of Yukon Gold #866A0F

Color information

#866A0F (or 0x866A0F) is unknown color: approx Yukon Gold. HEX triplet: 86, 6A and 0F. RGB value is (134,106,15). Sum of RGB (Red+Green+Blue) = 134+106+15=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #866A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866A0F is #7995F0. Grayscale: #686868. Windows color (decimal): -7968241 or 1010310. OLE color: 1010310.

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

Color convert

RGB13410615-
CMYK00.210.890.47
HSL45.88º79.87%29.22%-
HSV(B)45.88º88.81%52.55%-
XYZ15.0715.412.63-
YUV10477.78149.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 106 (41.80% from 255) = 41.57%
BLUE value IS 15 (6.25% from 255) = 5.88%
R=52.55%
G=41.57%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341061500.210.890.4745.8879.8729.22
Hex866AF015592F2e501d
Octal20615217025131575612035
Binary10000110110101011110101011011001101111101110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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