#9F8972

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

Shades of Mongoose #9F8972

Tints of Mongoose #9F8972

Color information

#9F8972 (or 0x9F8972) is unknown color: approx Mongoose. HEX triplet: 9F, 89 and 72. RGB value is (159,137,114). Sum of RGB (Red+Green+Blue) = 159+137+114=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8972 is #60768D. Grayscale: #8D8D8D. Windows color (decimal): -6321806 or 7506335. OLE color: 7506335.

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

Color convert

RGB159137114-
CMYK00.140.280.38
HSL30.67º18.99%53.53%-
HSV(B)30.67º28.3%62.35%-
XYZ26.2826.4819.65-
YUV140.96112.79140.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=38.78%
G=33.41%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913711400.140.280.3830.6718.9953.53
Hex9F89720E1C261f1336
Octal2372111620163446372366
Binary1001111110001001111001001110111001001101111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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