#9F918E

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

Shades of Thatch #9F918E

Tints of Thatch #9F918E

Color information

#9F918E (or 0x9F918E) is unknown color: approx Thatch. HEX triplet: 9F, 91 and 8E. RGB value is (159,145,142). Sum of RGB (Red+Green+Blue) = 159+145+142=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 159 - color contains mainly: red. Hex color #9F918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F918E is #606E71. Grayscale: #949494. Windows color (decimal): -6319730 or 9343391. OLE color: 9343391.

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

Color convert

RGB159145142-
CMYK00.090.110.38
HSL10.59º8.13%59.02%-
HSV(B)10.59º10.69%62.35%-
XYZ29.3129.5729.76-
YUV148.84124.14135.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.65%
GREEN value IS 145 (57.03% from 255) = 32.51%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=35.65%
G=32.51%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914514200.090.110.3810.598.1359.02
Hex9F918E09B26b83b
Octal2372212160111346131073
Binary10011111100100011000111001001101110011010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,145,142); }

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

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

 a { background-color: rgb(159,145,142); }

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

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

 span { border-color: rgb(159,145,142); }

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