#866320

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

Shades of Yukon Gold #866320

Tints of Yukon Gold #866320

Color information

#866320 (or 0x866320) is unknown color: approx Yukon Gold. HEX triplet: 86, 63 and 20. RGB value is (134,99,32). Sum of RGB (Red+Green+Blue) = 134+99+32=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #866320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866320 is #799CDF. Grayscale: #666666. Windows color (decimal): -7970016 or 2122630. OLE color: 2122630.

HSL color Cylindrical-coordinate representation of color #866320: hue angle of 39.41º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #866320 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1349932-
CMYK00.260.760.47
HSL39.41º61.45%32.55%-
HSV(B)39.41º76.12%52.55%-
XYZ14.5514.13.32-
YUV101.8388.6150.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 32 (12.89% from 255) = 12.08%
R=50.57%
G=37.36%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134993200.260.760.4739.4161.4532.55
Hex86632001A4C2F273d21
Octal2061434003211457477541
Binary1000011011000111000000110101001100101111100111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866320; }

 p { color: rgb(134,99,32); }

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

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

 a { background-color: rgb(134,99,32); }

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

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

 span { border-color: rgb(134,99,32); }

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