#866011

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

Shades of Yukon Gold #866011

Tints of Yukon Gold #866011

Color information

#866011 (or 0x866011) is unknown color: approx Yukon Gold. HEX triplet: 86, 60 and 11. RGB value is (134,96,17). Sum of RGB (Red+Green+Blue) = 134+96+17=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #866011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866011 is #799FEE. Grayscale: #626262. Windows color (decimal): -7970799 or 1138822. OLE color: 1138822.

HSL color Cylindrical-coordinate representation of color #866011: hue angle of 40.51º degrees, saturation: 0.77, 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 #866011 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1349617-
CMYK00.280.870.47
HSL40.51º77.48%29.61%-
HSV(B)40.51º87.31%52.55%-
XYZ14.1213.472.39-
YUV98.3682.09153.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.25%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 17 (7.03% from 255) = 6.88%
R=54.25%
G=38.87%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134961700.280.870.4740.5177.4829.61
Hex86601101C572F294d1e
Octal20614021034127575111536
Binary100001101100000100010111001010111101111101001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866011; }

 p { color: rgb(134,96,17); }

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

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

 a { background-color: rgb(134,96,17); }

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

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

 span { border-color: rgb(134,96,17); }

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