#866F1D

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

Shades of Yukon Gold #866F1D

Tints of Yukon Gold #866F1D

Color information

#866F1D (or 0x866F1D) is unknown color: approx Yukon Gold. HEX triplet: 86, 6F and 1D. RGB value is (134,111,29). Sum of RGB (Red+Green+Blue) = 134+111+29=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #866F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866F1D is #7990E2. Grayscale: #6C6C6C. Windows color (decimal): -7966947 or 1929094. OLE color: 1929094.

HSL color Cylindrical-coordinate representation of color #866F1D: hue angle of 46.86º 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 #866F1D is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB13411129-
CMYK00.170.780.47
HSL46.86º64.42%31.96%-
HSV(B)46.86º78.36%52.55%-
XYZ15.7416.533.52-
YUV108.5383.12146.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 29 (11.72% from 255) = 10.58%
R=48.91%
G=40.51%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341112900.170.780.4746.8664.4231.96
Hex866F1D0114E2F2f4020
Octal20615735021116575710040
Binary1000011011011111110101000110011101011111011111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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