#9F9374

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

Shades of Tallow #9F9374

Tints of Tallow #9F9374

Color information

#9F9374 (or 0x9F9374) is unknown color: approx Tallow. HEX triplet: 9F, 93 and 74. RGB value is (159,147,116). Sum of RGB (Red+Green+Blue) = 159+147+116=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9374 is #606C8B. Grayscale: #939393. Windows color (decimal): -6319244 or 7639967. OLE color: 7639967.

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

Color convert

RGB159147116-
CMYK00.080.270.38
HSL43.26º18.3%53.92%-
HSV(B)43.26º27.04%62.35%-
XYZ27.8829.520.75-
YUV147.05110.48136.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.68%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=37.68%
G=34.83%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914711600.080.270.3843.2618.353.92
Hex9F9374081B262b1236
Octal2372231640103346532266
Binary10011111100100111110100010001101110011010101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,147,116); }

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

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

 a { background-color: rgb(159,147,116); }

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

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

 span { border-color: rgb(159,147,116); }

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