#9F9795

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

Shades of Thatch #9F9795

Tints of Thatch #9F9795

Color information

#9F9795 (or 0x9F9795) is unknown color: approx Thatch. HEX triplet: 9F, 97 and 95. RGB value is (159,151,149). Sum of RGB (Red+Green+Blue) = 159+151+149=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9795 is #60686A. Grayscale: #999999. Windows color (decimal): -6318187 or 9803679. OLE color: 9803679.

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

Color convert

RGB159151149-
CMYK00.050.060.38
HSL12º4.95%60.39%-
HSV(B)12º6.29%62.35%-
XYZ30.7931.6732.92-
YUV153.16125.65132.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.64%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=34.64%
G=32.90%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915114900.050.060.38124.9560.39
Hex9F979505626c53c
Octal2372272250564614574
Binary10011111100101111001010101011101001101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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