#9F8A6D

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

Shades of Mongoose #9F8A6D

Tints of Mongoose #9F8A6D

Color information

#9F8A6D (or 0x9F8A6D) is unknown color: approx Mongoose. HEX triplet: 9F, 8A and 6D. RGB value is (159,138,109). Sum of RGB (Red+Green+Blue) = 159+138+109=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8A6D is #607592. Grayscale: #8D8D8D. Windows color (decimal): -6321555 or 7178911. OLE color: 7178911.

HSL color Cylindrical-coordinate representation of color #9F8A6D: hue angle of 34.8º degrees, saturation: 0.21, 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 #9F8A6D is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB159138109-
CMYK00.130.310.38
HSL34.8º20.66%52.55%-
HSV(B)34.8º31.45%62.35%-
XYZ26.1526.6518.23-
YUV140.97109.96140.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=39.16%
G=33.99%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913810900.130.310.3834.820.6652.55
Hex9F8A6D0D1F26231535
Octal2372121550153746432565
Binary10011111100010101101101011011111110011010001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,138,109); }

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

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

 a { background-color: rgb(159,138,109); }

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

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

 span { border-color: rgb(159,138,109); }

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