#9F9693

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

Shades of Thatch #9F9693

Tints of Thatch #9F9693

Color information

#9F9693 (or 0x9F9693) is unknown color: approx Thatch. HEX triplet: 9F, 96 and 93. RGB value is (159,150,147). Sum of RGB (Red+Green+Blue) = 159+150+147=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9693 is #60696C. Grayscale: #989898. Windows color (decimal): -6318445 or 9672351. OLE color: 9672351.

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

Color convert

RGB159150147-
CMYK00.060.080.38
HSL15º5.88%60%-
HSV(B)15º7.55%62.35%-
XYZ30.4731.2932.04-
YUV152.35124.98132.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.87%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=34.87%
G=32.89%
B=32.24%

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
Decimal15915014700.060.080.38155.8860
Hex9F969306826f63c
Octal23722622306104617674
Binary100111111001011010010011011010001001101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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