#896520

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

Shades of Yukon Gold #896520

Tints of Yukon Gold #896520

Color information

#896520 (or 0x896520) is unknown color: approx Yukon Gold. HEX triplet: 89, 65 and 20. RGB value is (137,101,32). Sum of RGB (Red+Green+Blue) = 137+101+32=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #896520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896520 is #769ADF. Grayscale: #686868. Windows color (decimal): -7772896 or 2123145. OLE color: 2123145.

HSL color Cylindrical-coordinate representation of color #896520: hue angle of 39.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #896520 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB13710132-
CMYK00.260.770.46
HSL39.43º62.13%33.14%-
HSV(B)39.43º76.64%53.73%-
XYZ15.2314.733.41-
YUV103.987.43151.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 32 (12.89% from 255) = 11.85%
R=50.74%
G=37.41%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371013200.260.770.4639.4362.1333.14
Hex89652001A4D2E273e21
Octal2111454003211556477641
Binary1000100111001011000000110101001101101110100111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896520; }

 p { color: rgb(137,101,32); }

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

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

 a { background-color: rgb(137,101,32); }

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

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

 span { border-color: rgb(137,101,32); }

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