#9E8D8B

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

Shades of Thatch #9E8D8B

Tints of Thatch #9E8D8B

Color information

#9E8D8B (or 0x9E8D8B) is unknown color: approx Thatch. HEX triplet: 9E, 8D and 8B. RGB value is (158,141,139). Sum of RGB (Red+Green+Blue) = 158+141+139=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8D8B is #617274. Grayscale: #919191. Windows color (decimal): -6386293 or 9145758. OLE color: 9145758.

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

Color convert

RGB158141139-
CMYK00.110.120.38
HSL6.32º8.92%58.24%-
HSV(B)6.32º12.03%61.96%-
XYZ28.2928.1828.38-
YUV145.85124.13136.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.07%
GREEN value IS 141 (55.47% from 255) = 32.19%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=36.07%
G=32.19%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814113900.110.120.386.328.9258.24
Hex9E8D8B0BC26693a
Octal236215213013144661172
Binary1001111010001101100010110101111001001101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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