Html Css Color HEX #998C84 Almond Frost

📋 copy color: '#998C84'

red 153 ◦ green 140 ◦ blue 132

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

Shades of Almond Frost #998C84

Tints of Almond Frost #998C84

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.94%

 BLUE value IS 132 (51.95% from 255) = 31.06%

R = 36%
G = 32.94%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#998C84 (or 0x998C84) is known color: Almond Frost. HEX triplet: 99, 8C and 84. RGB value is (153,140,132). Sum of RGB (Red+Green+Blue) = 153+140+132=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #998C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998C84 is #66737B. Grayscale: #8F8F8F. Windows color (decimal): -6714236 or 8686745. OLE color: 8686745.

HSL color Cylindrical-coordinate representation of color #998C84: hue angle of 22.86º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998C84 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 140 132 -
CMYK 0 0.08 0.14 0.4
HSL 22.86º 0.09% 0.56% -
HSV(B) 22.86º 0.14% 0.6% -
XYZ 26.68 27.19 25.67 -
YUV 142.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 153 140 132 0 0.08 0.14 0.4 22.86 0.09 0.56
Hex 99 8C 84 0 8 E 28 17 9 38
Octal 231 214 204 0 10 16 50 27 11 70
Binary 10011001 10001100 10000100 0 1000 1110 101000 10111 1001 111000

Color Harmonies of #998C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C84

Black with #998C84

Text Example


Text Example

White with #998C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998C84; }

 p { color: rgb(153,140,132); }

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

background-color css

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

 a { background-color: rgb(153,140,132); }

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

border-color css

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

 span { border-color: rgb(153,140,132); }

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