#9F9675

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

Shades of Tallow #9F9675

Tints of Tallow #9F9675

Color information

#9F9675 (or 0x9F9675) is unknown color: approx Tallow. HEX triplet: 9F, 96 and 75. RGB value is (159,150,117). Sum of RGB (Red+Green+Blue) = 159+150+117=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9675 is #60698A. Grayscale: #959595. Windows color (decimal): -6318475 or 7706271. OLE color: 7706271.

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

Color convert

RGB159150117-
CMYK00.060.260.38
HSL47.14º17.95%54.12%-
HSV(B)47.14º26.42%62.35%-
XYZ28.4230.4721.21-
YUV148.93109.98135.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.32%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=37.32%
G=35.21%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915011700.060.260.3847.1417.9554.12
Hex9F9675061A262f1236
Octal237226165063246572266
Binary1001111110010110111010101101101010011010111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,150,117); }

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

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

 a { background-color: rgb(159,150,117); }

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

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

 span { border-color: rgb(159,150,117); }

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