Html Css Color HEX #9E8B76 Mongoose

📋 copy color: '#9E8B76'

red 158 ◦ green 139 ◦ blue 118

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

Shades of Mongoose #9E8B76

Tints of Mongoose #9E8B76

RGB

 RED value IS 158 (62.11% from 255) = 38.07%

 GREEN value IS 139 (54.69% from 255) = 33.49%

 BLUE value IS 118 (46.48% from 255) = 28.43%

R = 38.07%
G = 33.49%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9E8B76 (or 0x9E8B76) is known color: Mongoose. HEX triplet: 9E, 8B and 76. RGB value is (158,139,118). Sum of RGB (Red+Green+Blue) = 158+139+118=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8B76 is #617489. Grayscale: #8E8E8E. Windows color (decimal): -6386826 or 7768990. OLE color: 7768990.

HSL color Cylindrical-coordinate representation of color #9E8B76: hue angle of 31.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E8B76 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 139 118 -
CMYK 0 0.12 0.25 0.38
HSL 31.5º 0.17% 0.54% -
HSV(B) 31.5º 0.25% 0.62% -
XYZ 26.6 27.04 20.96 -
YUV 142.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 158 139 118 0 0.12 0.25 0.38 31.5 0.17 0.54
Hex 9E 8B 76 0 C 19 26 1F 11 36
Octal 236 213 166 0 14 31 46 37 21 66
Binary 10011110 10001011 1110110 0 1100 11001 100110 11111 10001 110110

Color Harmonies of #9E8B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8B76

Black with #9E8B76

Text Example


Text Example

White with #9E8B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,139,118); }

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

background-color css

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

 a { background-color: rgb(158,139,118); }

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

border-color css

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

 span { border-color: rgb(158,139,118); }

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