#9F896F

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

Shades of Mongoose #9F896F

Tints of Mongoose #9F896F

Color information

#9F896F (or 0x9F896F) is unknown color: approx Mongoose. HEX triplet: 9F, 89 and 6F. RGB value is (159,137,111). Sum of RGB (Red+Green+Blue) = 159+137+111=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F896F is #607690. Grayscale: #8C8C8C. Windows color (decimal): -6321809 or 7309727. OLE color: 7309727.

HSL color Cylindrical-coordinate representation of color #9F896F: hue angle of 32.5º 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 #9F896F is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB159137111-
CMYK00.140.300.38
HSL32.5º20%52.94%-
HSV(B)32.5º30.19%62.35%-
XYZ26.1126.4118.76-
YUV140.61111.29141.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.07%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=39.07%
G=33.66%
B=27.27%

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
Decimal15913711100.140.300.3832.52052.94
Hex9F896F0E1E26211435
Octal2372111570163646412465
Binary10011111100010011101111011101111010011010000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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