#9B9290

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

Shades of Thatch #9B9290

Tints of Thatch #9B9290

Color information

#9B9290 (or 0x9B9290) is unknown color: approx Thatch. HEX triplet: 9B, 92 and 90. RGB value is (155,146,144). Sum of RGB (Red+Green+Blue) = 155+146+144=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9290 is #646D6F. Grayscale: #949494. Windows color (decimal): -6581616 or 9474715. OLE color: 9474715.

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

Color convert

RGB155146144-
CMYK00.060.070.39
HSL10.91º5.21%58.63%-
HSV(B)10.91º7.1%60.78%-
XYZ28.8329.5430.57-
YUV148.46125.48132.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 144 (56.64% from 255) = 32.36%
R=34.83%
G=32.81%
B=32.36%

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
Decimal15514614400.060.070.3910.915.2158.63
Hex9B929006727b53b
Octal2332222200674713573
Binary10011011100100101001000001101111001111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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