#866B12

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

Shades of Yukon Gold #866B12

Tints of Yukon Gold #866B12

Color information

#866B12 (or 0x866B12) is unknown color: approx Yukon Gold. HEX triplet: 86, 6B and 12. RGB value is (134,107,18). Sum of RGB (Red+Green+Blue) = 134+107+18=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #866B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866B12 is #7994ED. Grayscale: #696969. Windows color (decimal): -7967982 or 1207174. OLE color: 1207174.

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

Color convert

RGB13410718-
CMYK00.200.870.47
HSL46.03º76.32%29.8%-
HSV(B)46.03º86.57%52.55%-
XYZ15.215.632.79-
YUV104.9378.95148.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 107 (42.19% from 255) = 41.31%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=51.74%
G=41.31%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341071800.200.870.4746.0376.3229.8
Hex866B12014572F2e4c1e
Octal20615322024127575611436
Binary100001101101011100100101001010111101111101110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,107,18); }

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

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

 a { background-color: rgb(134,107,18); }

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

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

 span { border-color: rgb(134,107,18); }

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