#9C9492

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

Shades of Thatch #9C9492

Tints of Thatch #9C9492

Color information

#9C9492 (or 0x9C9492) is unknown color: approx Thatch. HEX triplet: 9C, 94 and 92. RGB value is (156,148,146). Sum of RGB (Red+Green+Blue) = 156+148+146=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9492 is #636B6D. Grayscale: #969696. Windows color (decimal): -6515566 or 9606300. OLE color: 9606300.

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

Color convert

RGB156148146-
CMYK00.050.060.39
HSL12º4.81%59.22%-
HSV(B)12º6.41%61.18%-
XYZ29.4930.3231.49-
YUV150.16125.65132.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=34.67%
G=32.89%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614814600.050.060.39124.8159.22
Hex9C949205627c53b
Octal2342242220564714573
Binary10011100100101001001001001011101001111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,148,146); }

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

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

 a { background-color: rgb(156,148,146); }

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

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

 span { border-color: rgb(156,148,146); }

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