Html Css Color HEX #998379 Almond Frost

📋 copy color: '#998379'

red 153 ◦ green 131 ◦ blue 121

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

Shades of Almond Frost #998379

Tints of Almond Frost #998379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

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

R = 37.78%
G = 32.35%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#998379 (or 0x998379) is known color: Almond Frost. HEX triplet: 99, 83 and 79. RGB value is (153,131,121). Sum of RGB (Red+Green+Blue) = 153+131+121=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #998379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998379 is #667C86. Grayscale: #888888. Windows color (decimal): -6716551 or 7963545. OLE color: 7963545.

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

Color convert

RGB 153 131 121 -
CMYK 0 0.14 0.21 0.4
HSL 18.75º 0.14% 0.54% -
HSV(B) 18.75º 0.21% 0.6% -
XYZ 24.7 24.39 21.49 -
YUV 136.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 153 131 121 0 0.14 0.21 0.4 18.75 0.14 0.54
Hex 99 83 79 0 E 15 28 13 E 36
Octal 231 203 171 0 16 25 50 23 16 66
Binary 10011001 10000011 1111001 0 1110 10101 101000 10011 1110 110110

Color Harmonies of #998379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998379

Black with #998379

Text Example


Text Example

White with #998379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998379; }

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

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

background-color css

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

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

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

border-color css

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

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

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