#9F9592

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

Shades of Thatch #9F9592

Tints of Thatch #9F9592

Color information

#9F9592 (or 0x9F9592) is unknown color: approx Thatch. HEX triplet: 9F, 95 and 92. RGB value is (159,149,146). Sum of RGB (Red+Green+Blue) = 159+149+146=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9592 is #606A6D. Grayscale: #979797. Windows color (decimal): -6318702 or 9606559. OLE color: 9606559.

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

Color convert

RGB159149146-
CMYK00.060.080.38
HSL13.85º6.34%59.8%-
HSV(B)13.85º8.18%62.35%-
XYZ30.2330.9431.57-
YUV151.65124.81133.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.02%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=35.02%
G=32.82%
B=32.16%

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
Decimal15914914600.060.080.3813.856.3459.8
Hex9F959206826e63c
Octal23722522206104616674
Binary100111111001010110010010011010001001101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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