#9F9A72

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

Shades of Tallow #9F9A72

Tints of Tallow #9F9A72

Color information

#9F9A72 (or 0x9F9A72) is unknown color: approx Tallow. HEX triplet: 9F, 9A and 72. RGB value is (159,154,114). Sum of RGB (Red+Green+Blue) = 159+154+114=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9A72 is #60658D. Grayscale: #979797. Windows color (decimal): -6317454 or 7510687. OLE color: 7510687.

HSL color Cylindrical-coordinate representation of color #9F9A72: hue angle of 53.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 #9F9A72 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB159154114-
CMYK00.030.280.38
HSL53.33º18.99%53.53%-
HSV(B)53.33º28.3%62.35%-
XYZ28.8931.720.52-
YUV150.94107.16133.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.24%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=37.24%
G=36.07%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915411400.030.280.3853.3318.9953.53
Hex9F9A72031C26351336
Octal237232162033446652366
Binary100111111001101011100100111110010011011010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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