#9D9576

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

Shades of Tallow #9D9576

Tints of Tallow #9D9576

Color information

#9D9576 (or 0x9D9576) is unknown color: approx Tallow. HEX triplet: 9D, 95 and 76. RGB value is (157,149,118). Sum of RGB (Red+Green+Blue) = 157+149+118=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9576 is #626A89. Grayscale: #939393. Windows color (decimal): -6449802 or 7771549. OLE color: 7771549.

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

Color convert

RGB157149118-
CMYK00.050.250.38
HSL47.69º16.6%53.92%-
HSV(B)47.69º24.84%61.57%-
XYZ27.9229.9721.45-
YUV147.86111.15134.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.03%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=37.03%
G=35.14%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714911800.050.250.3847.6916.653.92
Hex9D9576051926301136
Octal235225166053146602166
Binary1001110110010101111011001011100110011011000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,149,118); }

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

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

 a { background-color: rgb(157,149,118); }

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

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

 span { border-color: rgb(157,149,118); }

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