#9F9593

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

Shades of Thatch #9F9593

Tints of Thatch #9F9593

Color information

#9F9593 (or 0x9F9593) is unknown color: approx Thatch. HEX triplet: 9F, 95 and 93. RGB value is (159,149,147). Sum of RGB (Red+Green+Blue) = 159+149+147=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9593 is #606A6C. Grayscale: #979797. Windows color (decimal): -6318701 or 9672095. OLE color: 9672095.

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

Color convert

RGB159149147-
CMYK00.060.080.38
HSL10º5.88%60%-
HSV(B)10º7.55%62.35%-
XYZ30.3130.9731.98-
YUV151.76125.31133.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=34.95%
G=32.75%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914914700.060.080.38105.8860
Hex9F959306826a63c
Octal23722522306104612674
Binary100111111001010110010011011010001001101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,149,147); }

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

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

 a { background-color: rgb(159,149,147); }

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

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

 span { border-color: rgb(159,149,147); }

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