Html Css Color HEX #998C7F Almond Frost

📋 copy color: '#998C7F'

red 153 ◦ green 140 ◦ blue 127

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

Shades of Almond Frost #998C7F

Tints of Almond Frost #998C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.24%

R = 36.43%
G = 33.33%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#998C7F (or 0x998C7F) is known color: Almond Frost. HEX triplet: 99, 8C and 7F. RGB value is (153,140,127). Sum of RGB (Red+Green+Blue) = 153+140+127=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #998C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C7F is #667380. Grayscale: #8E8E8E. Windows color (decimal): -6714241 or 8359065. OLE color: 8359065.

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

Color convert

RGB 153 140 127 -
CMYK 0 0.08 0.17 0.4
HSL 30º 0.11% 0.55% -
HSV(B) 30º 0.17% 0.6% -
XYZ 26.35 27.06 23.91 -
YUV 142.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 153 140 127 0 0.08 0.17 0.4 30 0.11 0.55
Hex 99 8C 7F 0 8 11 28 1E B 37
Octal 231 214 177 0 10 21 50 36 13 67
Binary 10011001 10001100 1111111 0 1000 10001 101000 11110 1011 110111

Color Harmonies of #998C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C7F

Black with #998C7F

Text Example


Text Example

White with #998C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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