#9D9190

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

Shades of Thatch #9D9190

Tints of Thatch #9D9190

Color information

#9D9190 (or 0x9D9190) is unknown color: approx Thatch. HEX triplet: 9D, 91 and 90. RGB value is (157,145,144). Sum of RGB (Red+Green+Blue) = 157+145+144=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9190 is #626E6F. Grayscale: #949494. Windows color (decimal): -6450800 or 9474461. OLE color: 9474461.

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

Color convert

RGB157145144-
CMYK00.080.080.38
HSL4.62º6.22%59.02%-
HSV(B)4.62º8.28%61.57%-
XYZ29.0629.4330.53-
YUV148.47125.48134.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.20%
GREEN value IS 145 (57.03% from 255) = 32.51%
BLUE value IS 144 (56.64% from 255) = 32.29%
R=35.20%
G=32.51%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714514400.080.080.384.626.2259.02
Hex9D919008826563b
Octal23522122001010465673
Binary100111011001000110010000010001000100110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,145,144); }

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

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

 a { background-color: rgb(157,145,144); }

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

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

 span { border-color: rgb(157,145,144); }

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