#896920

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

Shades of Yukon Gold #896920

Tints of Yukon Gold #896920

Color information

#896920 (or 0x896920) is unknown color: approx Yukon Gold. HEX triplet: 89, 69 and 20. RGB value is (137,105,32). Sum of RGB (Red+Green+Blue) = 137+105+32=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #896920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896920 is #7696DF. Grayscale: #6A6A6A. Windows color (decimal): -7771872 or 2124169. OLE color: 2124169.

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

Color convert

RGB13710532-
CMYK00.230.770.46
HSL41.71º62.13%33.14%-
HSV(B)41.71º76.64%53.73%-
XYZ15.6315.533.54-
YUV106.2586.1149.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 32 (12.89% from 255) = 11.68%
R=50%
G=38.32%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371053200.230.770.4641.7162.1333.14
Hex8969200174D2E2a3e21
Octal2111514002711556527641
Binary1000100111010011000000101111001101101110101010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896920; }

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

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

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

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

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

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

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

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