#9F8A6E

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

Shades of Mongoose #9F8A6E

Tints of Mongoose #9F8A6E

Color information

#9F8A6E (or 0x9F8A6E) is unknown color: approx Mongoose. HEX triplet: 9F, 8A and 6E. RGB value is (159,138,110). Sum of RGB (Red+Green+Blue) = 159+138+110=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8A6E is #607591. Grayscale: #8D8D8D. Windows color (decimal): -6321554 or 7244447. OLE color: 7244447.

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

Color convert

RGB159138110-
CMYK00.130.310.38
HSL34.29º20.33%52.75%-
HSV(B)34.29º30.82%62.35%-
XYZ26.226.6718.52-
YUV141.09110.46140.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.07%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=39.07%
G=33.91%
B=27.03%

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
Decimal15913811000.130.310.3834.2920.3352.75
Hex9F8A6E0D1F26221435
Octal2372121560153746422465
Binary10011111100010101101110011011111110011010001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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