Html Css Color HEX #998B7C Almond Frost

📋 copy color: '#998B7C'

red 153 ◦ green 139 ◦ blue 124

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

Shades of Almond Frost #998B7C

Tints of Almond Frost #998B7C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.41%

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 36.78%
G = 33.41%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#998B7C (or 0x998B7C) is known color: Almond Frost. HEX triplet: 99, 8B and 7C. RGB value is (153,139,124). Sum of RGB (Red+Green+Blue) = 153+139+124=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #998B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B7C is #667483. Grayscale: #8D8D8D. Windows color (decimal): -6714500 or 8162201. OLE color: 8162201.

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

Color convert

RGB 153 139 124 -
CMYK 0 0.09 0.19 0.4
HSL 31.03º 0.12% 0.54% -
HSV(B) 31.03º 0.19% 0.6% -
XYZ 26.01 26.69 22.85 -
YUV 141.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 153 139 124 0 0.09 0.19 0.4 31.03 0.12 0.54
Hex 99 8B 7C 0 9 13 28 1F C 36
Octal 231 213 174 0 11 23 50 37 14 66
Binary 10011001 10001011 1111100 0 1001 10011 101000 11111 1100 110110

Color Harmonies of #998B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B7C

Black with #998B7C

Text Example


Text Example

White with #998B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,139,124); }

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

background-color css

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

 a { background-color: rgb(153,139,124); }

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

border-color css

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

 span { border-color: rgb(153,139,124); }

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