#9E9694

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

Shades of Thatch #9E9694

Tints of Thatch #9E9694

Color information

#9E9694 (or 0x9E9694) is unknown color: approx Thatch. HEX triplet: 9E, 96 and 94. RGB value is (158,150,148). Sum of RGB (Red+Green+Blue) = 158+150+148=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9694 is #61696B. Grayscale: #989898. Windows color (decimal): -6383980 or 9737886. OLE color: 9737886.

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

Color convert

RGB158150148-
CMYK00.050.060.38
HSL12º4.9%60%-
HSV(B)12º6.33%61.96%-
XYZ30.3531.2232.44-
YUV152.16125.65132.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 148 (58.20% from 255) = 32.46%
R=34.65%
G=32.89%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815014800.050.060.38124.960
Hex9E969405626c53c
Octal2362262240564614574
Binary10011110100101101001010001011101001101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,150,148); }

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

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

 a { background-color: rgb(158,150,148); }

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

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

 span { border-color: rgb(158,150,148); }

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