#866F13

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

Shades of Yukon Gold #866F13

Tints of Yukon Gold #866F13

Color information

#866F13 (or 0x866F13) is unknown color: approx Yukon Gold. HEX triplet: 86, 6F and 13. RGB value is (134,111,19). Sum of RGB (Red+Green+Blue) = 134+111+19=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #866F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866F13 is #7990EC. Grayscale: #6B6B6B. Windows color (decimal): -7966957 or 1273734. OLE color: 1273734.

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

Color convert

RGB13411119-
CMYK00.170.860.47
HSL48º75.16%30%-
HSV(B)48º85.82%52.55%-
XYZ15.6316.482.97-
YUV107.3978.12146.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 19 (7.81% from 255) = 7.20%
R=50.76%
G=42.05%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341111900.170.860.474875.1630
Hex866F13011562F304b1e
Octal20615723021126576011336
Binary100001101101111100110100011010110101111110000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,111,19); }

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

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

 a { background-color: rgb(134,111,19); }

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

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

 span { border-color: rgb(134,111,19); }

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