Html Css Color HEX #998977 Almond Frost

📋 copy color: '#998977'

red 153 ◦ green 137 ◦ blue 119

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

Shades of Almond Frost #998977

Tints of Almond Frost #998977

RGB

 RED value IS 153 (60.16% from 255) = 37.41%

 GREEN value IS 137 (53.91% from 255) = 33.5%

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 37.41%
G = 33.5%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#998977 (or 0x998977) is known color: Almond Frost. HEX triplet: 99, 89 and 77. RGB value is (153,137,119). Sum of RGB (Red+Green+Blue) = 153+137+119=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #998977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998977 is #667688. Grayscale: #8B8B8B. Windows color (decimal): -6715017 or 7834009. OLE color: 7834009.

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

Color convert

RGB 153 137 119 -
CMYK 0 0.10 0.22 0.4
HSL 31.76º 0.14% 0.53% -
HSV(B) 31.76º 0.22% 0.6% -
XYZ 25.41 26 21.13 -
YUV 139.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 153 137 119 0 0.10 0.22 0.4 31.76 0.14 0.53
Hex 99 89 77 0 A 16 28 20 E 35
Octal 231 211 167 0 12 26 50 40 16 65
Binary 10011001 10001001 1110111 0 1010 10110 101000 100000 1110 110101

Color Harmonies of #998977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998977

Black with #998977

Text Example


Text Example

White with #998977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998977; }

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

 H1.HeaderClassName
 {
   color: #998977;
 }
 .AnyTagClassName
 {
   color: #998977;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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