#9B9391

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

Shades of Thatch #9B9391

Tints of Thatch #9B9391

Color information

#9B9391 (or 0x9B9391) is unknown color: approx Thatch. HEX triplet: 9B, 93 and 91. RGB value is (155,147,145). Sum of RGB (Red+Green+Blue) = 155+147+145=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9391 is #646C6E. Grayscale: #959595. Windows color (decimal): -6581359 or 9540507. OLE color: 9540507.

HSL color Cylindrical-coordinate representation of color #9B9391: 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 #9B9391 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB155147145-
CMYK00.050.060.39
HSL12º4.76%58.82%-
HSV(B)12º6.45%60.78%-
XYZ29.0629.8831.02-
YUV149.16125.65132.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 145 (57.03% from 255) = 32.44%
R=34.68%
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
Decimal15514714500.050.060.39124.7658.82
Hex9B939105627c53b
Octal2332232210564714573
Binary10011011100100111001000101011101001111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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