#896B20

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

Shades of Yukon Gold #896B20

Tints of Yukon Gold #896B20

Color information

#896B20 (or 0x896B20) is unknown color: approx Yukon Gold. HEX triplet: 89, 6B and 20. RGB value is (137,107,32). Sum of RGB (Red+Green+Blue) = 137+107+32=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #896B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896B20 is #7694DF. Grayscale: #6B6B6B. Windows color (decimal): -7771360 or 2124681. OLE color: 2124681.

HSL color Cylindrical-coordinate representation of color #896B20: hue angle of 42.86º 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 #896B20 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB13710732-
CMYK00.220.770.46
HSL42.86º62.13%33.14%-
HSV(B)42.86º76.64%53.73%-
XYZ15.8315.943.61-
YUV107.4285.44149.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 107 (42.19% from 255) = 38.77%
BLUE value IS 32 (12.89% from 255) = 11.59%
R=49.64%
G=38.77%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371073200.220.770.4642.8662.1333.14
Hex896B200164D2E2b3e21
Octal2111534002611556537641
Binary1000100111010111000000101101001101101110101011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896B20; }

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

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

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

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

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

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

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

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