#9e8972

Color #9E8972 Mongoose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mongoose #9E8972

Tints of Mongoose #9E8972

Color information

#9E8972 (or 0x9E8972) is unknown color: approx Mongoose. HEX triplet: 9E, 89 and 72. RGB value is (158,137,114). Sum of RGB (Red+Green+Blue) = 158+137+114=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8972 is #61768D. Grayscale: #8C8C8C. Windows color (decimal): -6387342 or 7506334. OLE color: 7506334.

HSL color Cylindrical-coordinate representation of color #9E8972: hue angle of 31.36º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E8972 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB158137114-
CMYK00.130.280.38
HSL31.36º18.49%53.33%-
HSV(B)31.36º27.85%61.96%-
XYZ26.0826.3819.64-
YUV140.66112.96140.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.63%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=38.63%
G=33.50%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813711400.130.280.3831.3618.4953.33
Hex9E89720D1C261f1235
Octal2362111620153446372265
Binary1001111010001001111001001101111001001101111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9e8972; }

 p { color: rgb(158,137,114); }

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

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

 a { background-color: rgb(158,137,114); }

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

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

 span { border-color: rgb(158,137,114); }

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