#9F947C

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

Shades of Tallow #9F947C

Tints of Tallow #9F947C

Color information

#9F947C (or 0x9F947C) is unknown color: approx Tallow. HEX triplet: 9F, 94 and 7C. RGB value is (159,148,124). Sum of RGB (Red+Green+Blue) = 159+148+124=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 159 - color contains mainly: red. Hex color #9F947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F947C is #606B83. Grayscale: #949494. Windows color (decimal): -6318980 or 8164511. OLE color: 8164511.

HSL color Cylindrical-coordinate representation of color #9F947C: hue angle of 41.14º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F947C is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB159148124-
CMYK00.070.220.38
HSL41.14º15.42%55.49%-
HSV(B)41.14º22.01%62.35%-
XYZ28.5330.0123.36-
YUV148.55114.14135.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=36.89%
G=34.34%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914812400.070.220.3841.1415.4255.49
Hex9F947C07162629f37
Octal237224174072646511767
Binary100111111001010011111000111101101001101010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,148,124); }

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

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

 a { background-color: rgb(159,148,124); }

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

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

 span { border-color: rgb(159,148,124); }

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