#9E9593

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

Shades of Thatch #9E9593

Tints of Thatch #9E9593

Color information

#9E9593 (or 0x9E9593) is unknown color: approx Thatch. HEX triplet: 9E, 95 and 93. RGB value is (158,149,147). Sum of RGB (Red+Green+Blue) = 158+149+147=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9593 is #616A6C. Grayscale: #979797. Windows color (decimal): -6384237 or 9672094. OLE color: 9672094.

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

Color convert

RGB158149147-
CMYK00.060.070.38
HSL10.91º5.37%59.8%-
HSV(B)10.91º6.96%61.96%-
XYZ30.1130.8731.98-
YUV151.46125.48132.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.80%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 147 (57.81% from 255) = 32.38%
R=34.80%
G=32.82%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814914700.060.070.3810.915.3759.8
Hex9E959306726b53c
Octal2362252230674613574
Binary10011110100101011001001101101111001101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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