#9F9775

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

Shades of Tallow #9F9775

Tints of Tallow #9F9775

Color information

#9F9775 (or 0x9F9775) is unknown color: approx Tallow. HEX triplet: 9F, 97 and 75. RGB value is (159,151,117). Sum of RGB (Red+Green+Blue) = 159+151+117=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9775 is #60688A. Grayscale: #959595. Windows color (decimal): -6318219 or 7706527. OLE color: 7706527.

HSL color Cylindrical-coordinate representation of color #9F9775: hue angle of 48.57º 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 #9F9775 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB159151117-
CMYK00.050.260.38
HSL48.57º17.95%54.12%-
HSV(B)48.57º26.42%62.35%-
XYZ28.5830.7921.27-
YUV149.52109.65134.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.24%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=37.24%
G=35.36%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915111700.050.260.3848.5717.9554.12
Hex9F9775051A26311236
Octal237227165053246612266
Binary1001111110010111111010101011101010011011000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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