#9F8979

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

Shades of Almond Frost #9F8979

Tints of Almond Frost #9F8979

Color information

#9F8979 (or 0x9F8979) is unknown color: approx Almond Frost. HEX triplet: 9F, 89 and 79. RGB value is (159,137,121). Sum of RGB (Red+Green+Blue) = 159+137+121=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8979 is #607686. Grayscale: #8D8D8D. Windows color (decimal): -6321799 or 7965087. OLE color: 7965087.

HSL color Cylindrical-coordinate representation of color #9F8979: hue angle of 25.26º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F8979 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB159137121-
CMYK00.140.240.38
HSL25.26º16.52%54.9%-
HSV(B)25.26º23.9%62.35%-
XYZ26.6926.6421.82-
YUV141.75116.29140.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=38.13%
G=32.85%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913712100.140.240.3825.2616.5254.9
Hex9F89790E1826191137
Octal2372111710163046312167
Binary1001111110001001111100101110110001001101100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,137,121); }

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

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

 a { background-color: rgb(159,137,121); }

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

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

 span { border-color: rgb(159,137,121); }

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