#9F896E

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

Shades of Mongoose #9F896E

Tints of Mongoose #9F896E

Color information

#9F896E (or 0x9F896E) is unknown color: approx Mongoose. HEX triplet: 9F, 89 and 6E. RGB value is (159,137,110). Sum of RGB (Red+Green+Blue) = 159+137+110=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F896E is #607691. Grayscale: #8C8C8C. Windows color (decimal): -6321810 or 7244191. OLE color: 7244191.

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

Color convert

RGB159137110-
CMYK00.140.310.38
HSL33.06º20.33%52.75%-
HSV(B)33.06º30.82%62.35%-
XYZ26.0626.3918.47-
YUV140.5110.79141.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=39.16%
G=33.74%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913711000.140.310.3833.0620.3352.75
Hex9F896E0E1F26211435
Octal2372111560163746412465
Binary10011111100010011101110011101111110011010000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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