#9E8E8B

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

Shades of Thatch #9E8E8B

Tints of Thatch #9E8E8B

Color information

#9E8E8B (or 0x9E8E8B) is unknown color: approx Thatch. HEX triplet: 9E, 8E and 8B. RGB value is (158,142,139). Sum of RGB (Red+Green+Blue) = 158+142+139=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8E8B is #617174. Grayscale: #929292. Windows color (decimal): -6386037 or 9146014. OLE color: 9146014.

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

Color convert

RGB158142139-
CMYK00.100.120.38
HSL9.47º8.92%58.24%-
HSV(B)9.47º12.03%61.96%-
XYZ28.4328.4828.42-
YUV146.44123.8136.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.99%
GREEN value IS 142 (55.86% from 255) = 32.35%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=35.99%
G=32.35%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814213900.100.120.389.478.9258.24
Hex9E8E8B0AC26993a
Octal2362162130121446111172
Binary10011110100011101000101101010110010011010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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