Html Css Color HEX #998679 Almond Frost

📋 copy color: '#998679'

red 153 ◦ green 134 ◦ blue 121

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

Shades of Almond Frost #998679

Tints of Almond Frost #998679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.84%

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

R = 37.5%
G = 32.84%
B = 29.66%

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

#998679 (or 0x998679) is known color: Almond Frost. HEX triplet: 99, 86 and 79. RGB value is (153,134,121). Sum of RGB (Red+Green+Blue) = 153+134+121=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #998679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998679 is #667986. Grayscale: #8A8A8A. Windows color (decimal): -6715783 or 7964313. OLE color: 7964313.

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

Color convert

RGB 153 134 121 -
CMYK 0 0.12 0.21 0.4
HSL 24.38º 0.14% 0.54% -
HSV(B) 24.38º 0.21% 0.6% -
XYZ 25.11 25.2 21.63 -
YUV 138.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 153 134 121 0 0.12 0.21 0.4 24.38 0.14 0.54
Hex 99 86 79 0 C 15 28 18 E 36
Octal 231 206 171 0 14 25 50 30 16 66
Binary 10011001 10000110 1111001 0 1100 10101 101000 11000 1110 110110

Color Harmonies of #998679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998679

Black with #998679

Text Example


Text Example

White with #998679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998679; }

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

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

background-color css

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

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

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

border-color css

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

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

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