Html Css Color HEX #998979 Almond Frost

📋 copy color: '#998979'

red 153 ◦ green 137 ◦ blue 121

#998979
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #998979

Tints of Almond Frost #998979

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 value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#998979 (or 0x998979) is known color: 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

RGB 153 137 121 -
CMYK 0 0.10 0.21 0.4
HSL 30º 0.14% 0.54% -
HSV(B) 30º 0.21% 0.6% -
XYZ 25.53 26.04 21.77 -
YUV 139.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 153 137 121 0 0.10 0.21 0.4 30 0.14 0.54
Hex 99 89 79 0 A 15 28 1E E 36
Octal 231 211 171 0 12 25 50 36 16 66
Binary 10011001 10001001 1111001 0 1010 10101 101000 11110 1110 110110

Color Harmonies of #998979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998979

Black with #998979

Text Example


Text Example

White with #998979

Text Example


Text Example

HTML Codes & Css Web 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>