Html Css Color HEX #998779 Almond Frost

📋 copy color: '#998779'

red 153 ◦ green 135 ◦ blue 121

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

Shades of Almond Frost #998779

Tints of Almond Frost #998779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.01%

 BLUE value IS 121 (47.66% from 255) = 29.58%

R = 37.41%
G = 33.01%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#998779 (or 0x998779) is known color: Almond Frost. HEX triplet: 99, 87 and 79. RGB value is (153,135,121). Sum of RGB (Red+Green+Blue) = 153+135+121=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #998779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998779 is #667886. Grayscale: #8A8A8A. Windows color (decimal): -6715527 or 7964569. OLE color: 7964569.

HSL color Cylindrical-coordinate representation of color #998779: hue angle of 26.25º 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 #998779 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 135 121 -
CMYK 0 0.12 0.21 0.4
HSL 26.25º 0.14% 0.54% -
HSV(B) 26.25º 0.21% 0.6% -
XYZ 25.25 25.48 21.68 -
YUV 138.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 153 135 121 0 0.12 0.21 0.4 26.25 0.14 0.54
Hex 99 87 79 0 C 15 28 1A E 36
Octal 231 207 171 0 14 25 50 32 16 66
Binary 10011001 10000111 1111001 0 1100 10101 101000 11010 1110 110110

Color Harmonies of #998779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998779

Black with #998779

Text Example


Text Example

White with #998779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998779; }

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

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

background-color css

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

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

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

border-color css

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

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

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