#9F9472

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

Shades of Tallow #9F9472

Tints of Tallow #9F9472

Color information

#9F9472 (or 0x9F9472) is unknown color: approx Tallow. HEX triplet: 9F, 94 and 72. RGB value is (159,148,114). Sum of RGB (Red+Green+Blue) = 159+148+114=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9472 is #606B8D. Grayscale: #939393. Windows color (decimal): -6318990 or 7509151. OLE color: 7509151.

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

Color convert

RGB159148114-
CMYK00.070.280.38
HSL45.33º18.99%53.53%-
HSV(B)45.33º28.3%62.35%-
XYZ27.9329.7720.19-
YUV147.41109.14136.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.77%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 114 (44.92% from 255) = 27.08%
R=37.77%
G=35.15%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914811400.070.280.3845.3318.9953.53
Hex9F9472071C262d1336
Octal237224162073446552366
Binary1001111110010100111001001111110010011010110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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