#9F8B77

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

Shades of Mongoose #9F8B77

Tints of Mongoose #9F8B77

Color information

#9F8B77 (or 0x9F8B77) is unknown color: approx Mongoose. HEX triplet: 9F, 8B and 77. RGB value is (159,139,119). Sum of RGB (Red+Green+Blue) = 159+139+119=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8B77 is #607488. Grayscale: #8E8E8E. Windows color (decimal): -6321289 or 7834527. OLE color: 7834527.

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

Color convert

RGB159139119-
CMYK00.130.250.38
HSL30º17.24%54.51%-
HSV(B)30º25.16%62.35%-
XYZ26.8627.1721.28-
YUV142.7114.63139.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 119 (46.88% from 255) = 28.54%
R=38.13%
G=33.33%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913911900.130.250.383017.2454.51
Hex9F8B770D19261e1137
Octal2372131670153146362167
Binary1001111110001011111011101101110011001101111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,139,119); }

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

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

 a { background-color: rgb(159,139,119); }

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

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

 span { border-color: rgb(159,139,119); }

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