#9E8F8B

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

Shades of Thatch #9E8F8B

Tints of Thatch #9E8F8B

Color information

#9E8F8B (or 0x9E8F8B) is unknown color: approx Thatch. HEX triplet: 9E, 8F and 8B. RGB value is (158,143,139). Sum of RGB (Red+Green+Blue) = 158+143+139=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8F8B is #617074. Grayscale: #939393. Windows color (decimal): -6385781 or 9146270. OLE color: 9146270.

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

Color convert

RGB158143139-
CMYK00.090.120.38
HSL12.63º8.92%58.24%-
HSV(B)12.63º12.03%61.96%-
XYZ28.5828.7828.47-
YUV147.03123.47135.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.91%
GREEN value IS 143 (56.25% from 255) = 32.5%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=35.91%
G=32.5%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814313900.090.120.3812.638.9258.24
Hex9E8F8B09C26d93a
Octal2362172130111446151172
Binary10011110100011111000101101001110010011011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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