#9F9471

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

Shades of Tallow #9F9471

Tints of Tallow #9F9471

Color information

#9F9471 (or 0x9F9471) is unknown color: approx Tallow. HEX triplet: 9F, 94 and 71. RGB value is (159,148,113). Sum of RGB (Red+Green+Blue) = 159+148+113=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9471 is #606B8E. Grayscale: #939393. Windows color (decimal): -6318991 or 7443615. OLE color: 7443615.

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

Color convert

RGB159148113-
CMYK00.070.290.38
HSL45.65º19.33%53.33%-
HSV(B)45.65º28.93%62.35%-
XYZ27.8729.7419.89-
YUV147.3108.64136.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.86%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=37.86%
G=35.24%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914811300.070.290.3845.6519.3353.33
Hex9F9471071D262e1335
Octal237224161073546562365
Binary1001111110010100111000101111110110011010111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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