Html Css Color HEX #9E9391 Thatch

📋 copy color: '#9E9391'

red 158 ◦ green 147 ◦ blue 145

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

Shades of Thatch #9E9391

Tints of Thatch #9E9391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.67%

 BLUE value IS 145 (57.03% from 255) = 32.22%

R = 35.11%
G = 32.67%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9E9391 (or 0x9E9391) is known color: Thatch. HEX triplet: 9E, 93 and 91. RGB value is (158,147,145). Sum of RGB (Red+Green+Blue) = 158+147+145=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9391 is #616C6E. Grayscale: #969696. Windows color (decimal): -6384751 or 9540510. OLE color: 9540510.

HSL color Cylindrical-coordinate representation of color #9E9391: hue angle of 9.23º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9E9391 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 147 145 -
CMYK 0 0.07 0.08 0.38
HSL 9.23º 0.06% 0.59% -
HSV(B) 9.23º 0.08% 0.62% -
XYZ 29.65 30.18 31.05 -
YUV 150.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 158 147 145 0 0.07 0.08 0.38 9.23 0.06 0.59
Hex 9E 93 91 0 7 8 26 9 6 3B
Octal 236 223 221 0 7 10 46 11 6 73
Binary 10011110 10010011 10010001 0 111 1000 100110 1001 110 111011

Color Harmonies of #9E9391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9391

Black with #9E9391

Text Example


Text Example

White with #9E9391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,147,145); }

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

background-color css

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

 a { background-color: rgb(158,147,145); }

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

border-color css

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

 span { border-color: rgb(158,147,145); }

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