#866C14

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

Shades of Yukon Gold #866C14

Tints of Yukon Gold #866C14

Color information

#866C14 (or 0x866C14) is unknown color: approx Yukon Gold. HEX triplet: 86, 6C and 14. RGB value is (134,108,20). Sum of RGB (Red+Green+Blue) = 134+108+20=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #866C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866C14 is #7993EB. Grayscale: #6A6A6A. Windows color (decimal): -7967724 or 1338502. OLE color: 1338502.

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

Color convert

RGB13410820-
CMYK00.190.850.47
HSL46.32º74.03%30.2%-
HSV(B)46.32º85.07%52.55%-
XYZ15.3215.842.91-
YUV105.7479.61148.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.15%
GREEN value IS 108 (42.58% from 255) = 41.22%
BLUE value IS 20 (8.20% from 255) = 7.63%
R=51.15%
G=41.22%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341082000.190.850.4746.3274.0330.2
Hex866C14013552F2e4a1e
Octal20615424023125575611236
Binary100001101101100101000100111010101101111101110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,108,20); }

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

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

 a { background-color: rgb(134,108,20); }

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

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

 span { border-color: rgb(134,108,20); }

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