#9F9997

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

Shades of Thatch #9F9997

Tints of Thatch #9F9997

Color information

#9F9997 (or 0x9F9997) is unknown color: approx Thatch. HEX triplet: 9F, 99 and 97. RGB value is (159,153,151). Sum of RGB (Red+Green+Blue) = 159+153+151=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9997 is #606668. Grayscale: #9A9A9A. Windows color (decimal): -6317673 or 9935263. OLE color: 9935263.

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

Color convert

RGB159153151-
CMYK00.040.050.38
HSL15º4%60.78%-
HSV(B)15º5.03%62.35%-
XYZ31.2832.3933.88-
YUV154.57125.99131.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.34%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 151 (59.38% from 255) = 32.61%
R=34.34%
G=33.05%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915315100.040.050.3815460.78
Hex9F999704526f43d
Octal2372312270454617475
Binary10011111100110011001011101001011001101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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