#9E908C

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

Shades of Thatch #9E908C

Tints of Thatch #9E908C

Color information

#9E908C (or 0x9E908C) is unknown color: approx Thatch. HEX triplet: 9E, 90 and 8C. RGB value is (158,144,140). Sum of RGB (Red+Green+Blue) = 158+144+140=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 158 - color contains mainly: red. Hex color #9E908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E908C is #616F73. Grayscale: #939393. Windows color (decimal): -6385524 or 9212062. OLE color: 9212062.

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

Color convert

RGB158144140-
CMYK00.090.110.38
HSL13.33º8.49%58.43%-
HSV(B)13.33º11.39%61.96%-
XYZ28.8129.1128.91-
YUV147.73123.64135.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.75%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 140 (55.08% from 255) = 31.67%
R=35.75%
G=32.58%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814414000.090.110.3813.338.4958.43
Hex9E908C09B26d83a
Octal2362202140111346151072
Binary10011110100100001000110001001101110011011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E908C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,144,140); }

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

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

 a { background-color: rgb(158,144,140); }

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

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

 span { border-color: rgb(158,144,140); }

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