#9B9190

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

Shades of Thatch #9B9190

Tints of Thatch #9B9190

Color information

#9B9190 (or 0x9B9190) is unknown color: approx Thatch. HEX triplet: 9B, 91 and 90. RGB value is (155,145,144). Sum of RGB (Red+Green+Blue) = 155+145+144=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9190 is #646E6F. Grayscale: #939393. Windows color (decimal): -6581872 or 9474459. OLE color: 9474459.

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

Color convert

RGB155145144-
CMYK00.060.070.39
HSL5.45º5.21%58.63%-
HSV(B)5.45º7.1%60.78%-
XYZ28.6829.2330.52-
YUV147.88125.81133.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.91%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=34.91%
G=32.66%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514514400.060.070.395.455.2158.63
Hex9B919006727553b
Octal233221220067475573
Binary1001101110010001100100000110111100111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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