#9F9577

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

Shades of Tallow #9F9577

Tints of Tallow #9F9577

Color information

#9F9577 (or 0x9F9577) is unknown color: approx Tallow. HEX triplet: 9F, 95 and 77. RGB value is (159,149,119). Sum of RGB (Red+Green+Blue) = 159+149+119=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9577 is #606A88. Grayscale: #949494. Windows color (decimal): -6318729 or 7837087. OLE color: 7837087.

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

Color convert

RGB159149119-
CMYK00.060.250.38
HSL45º17.24%54.51%-
HSV(B)45º25.16%62.35%-
XYZ28.3830.221.79-
YUV148.57111.31135.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.24%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=37.24%
G=34.89%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914911900.060.250.384517.2454.51
Hex9F95770619262d1137
Octal237225167063146552167
Binary1001111110010101111011101101100110011010110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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