#866511

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

Shades of Yukon Gold #866511

Tints of Yukon Gold #866511

Color information

#866511 (or 0x866511) is unknown color: approx Yukon Gold. HEX triplet: 86, 65 and 11. RGB value is (134,101,17). Sum of RGB (Red+Green+Blue) = 134+101+17=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #866511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866511 is #799AEE. Grayscale: #656565. Windows color (decimal): -7969519 or 1140102. OLE color: 1140102.

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

Color convert

RGB13410117-
CMYK00.250.870.47
HSL43.08º77.48%29.61%-
HSV(B)43.08º87.31%52.55%-
XYZ14.5914.422.54-
YUV101.2980.43151.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 17 (7.03% from 255) = 6.75%
R=53.17%
G=40.08%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341011700.250.870.4743.0877.4829.61
Hex866511019572F2b4d1e
Octal20614521031127575311536
Binary100001101100101100010110011010111101111101011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866511; }

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

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

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

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

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

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

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

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