Html Css Color HEX #9F8970 Mongoose

📋 copy color: '#9F8970'

red 159 ◦ green 137 ◦ blue 112

#9F8970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mongoose #9F8970

Tints of Mongoose #9F8970

RGB

 RED value IS 159 (62.5% from 255) = 38.97%

 GREEN value IS 137 (53.91% from 255) = 33.58%

 BLUE value IS 112 (44.14% from 255) = 27.45%

R = 38.97%
G = 33.58%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F8970 (or 0x9F8970) is known color: Mongoose. HEX triplet: 9F, 89 and 70. RGB value is (159,137,112). Sum of RGB (Red+Green+Blue) = 159+137+112=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8970 is #60768F. Grayscale: #8C8C8C. Windows color (decimal): -6321808 or 7375263. OLE color: 7375263.

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

Color convert

RGB 159 137 112 -
CMYK 0 0.14 0.30 0.38
HSL 31.91º 0.2% 0.53% -
HSV(B) 31.91º 0.3% 0.62% -
XYZ 26.17 26.43 19.05 -
YUV 140.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 159 137 112 0 0.14 0.30 0.38 31.91 0.2 0.53
Hex 9F 89 70 0 E 1E 26 20 14 35
Octal 237 211 160 0 16 36 46 40 24 65
Binary 10011111 10001001 1110000 0 1110 11110 100110 100000 10100 110101

Color Harmonies of #9F8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8970

Black with #9F8970

Text Example


Text Example

White with #9F8970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F8970;
 }
 .AnyTagClassName
 {
   color: #9F8970;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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