#866C1D

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

Shades of Yukon Gold #866C1D

Tints of Yukon Gold #866C1D

Color information

#866C1D (or 0x866C1D) is unknown color: approx Yukon Gold. HEX triplet: 86, 6C and 1D. RGB value is (134,108,29). Sum of RGB (Red+Green+Blue) = 134+108+29=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #866C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866C1D is #7993E2. Grayscale: #6B6B6B. Windows color (decimal): -7967715 or 1928326. OLE color: 1928326.

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

Color convert

RGB13410829-
CMYK00.190.780.47
HSL45.14º64.42%31.96%-
HSV(B)45.14º78.36%52.55%-
XYZ15.4215.883.42-
YUV106.7784.11147.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 29 (11.72% from 255) = 10.70%
R=49.45%
G=39.85%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341082900.190.780.4745.1464.4231.96
Hex866C1D0134E2F2d4020
Octal20615435023116575510040
Binary1000011011011001110101001110011101011111011011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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