#9F9979

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

Shades of Tallow #9F9979

Tints of Tallow #9F9979

Color information

#9F9979 (or 0x9F9979) is unknown color: approx Tallow. HEX triplet: 9F, 99 and 79. RGB value is (159,153,121). Sum of RGB (Red+Green+Blue) = 159+153+121=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9979 is #606686. Grayscale: #979797. Windows color (decimal): -6317703 or 7969183. OLE color: 7969183.

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

Color convert

RGB159153121-
CMYK00.040.240.38
HSL50.53º16.52%54.9%-
HSV(B)50.53º23.9%62.35%-
XYZ29.1431.5322.64-
YUV151.15110.99133.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.72%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=36.72%
G=35.33%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915312100.040.240.3850.5316.5254.9
Hex9F9979041826331137
Octal237231171043046632167
Binary1001111110011001111100101001100010011011001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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