#9C8F8E

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

Shades of Thatch #9C8F8E

Tints of Thatch #9C8F8E

Color information

#9C8F8E (or 0x9C8F8E) is unknown color: approx Thatch. HEX triplet: 9C, 8F and 8E. RGB value is (156,143,142). Sum of RGB (Red+Green+Blue) = 156+143+142=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8F8E is #637071. Grayscale: #929292. Windows color (decimal): -6516850 or 9342876. OLE color: 9342876.

HSL color Cylindrical-coordinate representation of color #9C8F8E: hue angle of 4.29º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9C8F8E is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB156143142-
CMYK00.080.090.39
HSL4.29º6.6%58.43%-
HSV(B)4.29º8.97%61.18%-
XYZ28.4228.6729.63-
YUV146.77125.31134.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.37%
GREEN value IS 143 (56.25% from 255) = 32.43%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=35.37%
G=32.43%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614314200.080.090.394.296.658.43
Hex9C8F8E08927473a
Octal23421721601011474772
Binary100111001000111110001110010001001100111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,143,142); }

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

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

 a { background-color: rgb(156,143,142); }

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

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

 span { border-color: rgb(156,143,142); }

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