#9F8970

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

Shades of Mongoose #9F8970

Tints of Mongoose #9F8970

Color information

#9F8970 (or 0x9F8970) is unknown color: approx Mongoose. HEX triplet: 9F, 89 and 70. RGB value is (159,137,112). Sum of RGB (Red+Green+Blue) = 159+137+112=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8970 is #60768F. Grayscale: #8C8C8C. Windows color (decimal): -6321808 or 7375263. OLE color: 7375263.

HSL color Cylindrical-coordinate representation of color #9F8970: hue angle of 31.91º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F8970 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB159137112-
CMYK00.140.300.38
HSL31.91º19.67%53.14%-
HSV(B)31.91º29.56%62.35%-
XYZ26.1726.4319.05-
YUV140.73111.79141.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.97%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=38.97%
G=33.58%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913711200.140.300.3831.9119.6753.14
Hex9F89700E1E26201435
Octal2372111600163646402465
Binary10011111100010011110000011101111010011010000010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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