#998979

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

Shades of Almond Frost #998979

Tints of Almond Frost #998979

Color information

#998979 (or 0x998979) is unknown color: approx Almond Frost. HEX triplet: 99, 89 and 79. RGB value is (153,137,121). Sum of RGB (Red+Green+Blue) = 153+137+121=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #998979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998979 is #667686. Grayscale: #8C8C8C. Windows color (decimal): -6715015 or 7965081. OLE color: 7965081.

HSL color Cylindrical-coordinate representation of color #998979: hue angle of 30º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #998979 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB153137121-
CMYK00.100.210.4
HSL30º13.56%53.73%-
HSV(B)30º20.92%60%-
XYZ25.5326.0421.77-
YUV139.96117.3137.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 29.44%
R=37.23%
G=33.33%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313712100.100.210.43013.5653.73
Hex9989790A15281ee36
Octal2312111710122550361666
Binary100110011000100111110010101010101101000111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998979; }

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

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

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

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

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

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

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

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