#9F8B71

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

Shades of Mongoose #9F8B71

Tints of Mongoose #9F8B71

Color information

#9F8B71 (or 0x9F8B71) is unknown color: approx Mongoose. HEX triplet: 9F, 8B and 71. RGB value is (159,139,113). Sum of RGB (Red+Green+Blue) = 159+139+113=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8B71 is #60748E. Grayscale: #8E8E8E. Windows color (decimal): -6321295 or 7441311. OLE color: 7441311.

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

Color convert

RGB159139113-
CMYK00.130.290.38
HSL33.91º19.33%53.33%-
HSV(B)33.91º28.93%62.35%-
XYZ26.5127.0319.44-
YUV142.02111.63140.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.69%
GREEN value IS 139 (54.69% from 255) = 33.82%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=38.69%
G=33.82%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913911300.130.290.3833.9119.3353.33
Hex9F8B710D1D26221335
Octal2372131610153546422365
Binary10011111100010111110001011011110110011010001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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