Html Css Color HEX #9F896F Mongoose

📋 copy color: '#9F896F'

red 159 ◦ green 137 ◦ blue 111

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

Shades of Mongoose #9F896F

Tints of Mongoose #9F896F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.27%

R = 39.07%
G = 33.66%
B = 27.27%

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

#9F896F (or 0x9F896F) is known color: Mongoose. HEX triplet: 9F, 89 and 6F. RGB value is (159,137,111). Sum of RGB (Red+Green+Blue) = 159+137+111=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F896F is #607690. Grayscale: #8C8C8C. Windows color (decimal): -6321809 or 7309727. OLE color: 7309727.

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

Color convert

RGB 159 137 111 -
CMYK 0 0.14 0.30 0.38
HSL 32.5º 0.2% 0.53% -
HSV(B) 32.5º 0.3% 0.62% -
XYZ 26.11 26.41 18.76 -
YUV 140.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 159 137 111 0 0.14 0.30 0.38 32.5 0.2 0.53
Hex 9F 89 6F 0 E 1E 26 20 14 35
Octal 237 211 157 0 16 36 46 40 24 65
Binary 10011111 10001001 1101111 0 1110 11110 100110 100000 10100 110101

Color Harmonies of #9F896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F896F

Black with #9F896F

Text Example


Text Example

White with #9F896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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