#9F9479

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

Shades of Tallow #9F9479

Tints of Tallow #9F9479

Color information

#9F9479 (or 0x9F9479) is unknown color: approx Tallow. HEX triplet: 9F, 94 and 79. RGB value is (159,148,121). Sum of RGB (Red+Green+Blue) = 159+148+121=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9479 is #606B86. Grayscale: #949494. Windows color (decimal): -6318983 or 7967903. OLE color: 7967903.

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

Color convert

RGB159148121-
CMYK00.070.240.38
HSL42.63º16.52%54.9%-
HSV(B)42.63º23.9%62.35%-
XYZ28.3429.9322.37-
YUV148.21112.64135.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.15%
GREEN value IS 148 (58.20% from 255) = 34.58%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=37.15%
G=34.58%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914812100.070.240.3842.6316.5254.9
Hex9F94790718262b1137
Octal237224171073046532167
Binary1001111110010100111100101111100010011010101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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