Html Css Color HEX #998C85 Almond Frost

📋 copy color: '#998C85'

red 153 ◦ green 140 ◦ blue 133

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

Shades of Almond Frost #998C85

Tints of Almond Frost #998C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.22%

R = 35.92%
G = 32.86%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#998C85 (or 0x998C85) is known color: Almond Frost. HEX triplet: 99, 8C and 85. RGB value is (153,140,133). Sum of RGB (Red+Green+Blue) = 153+140+133=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #998C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998C85 is #66737A. Grayscale: #8F8F8F. Windows color (decimal): -6714235 or 8752281. OLE color: 8752281.

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

Color convert

RGB 153 140 133 -
CMYK 0 0.08 0.13 0.4
HSL 21º 0.09% 0.56% -
HSV(B) 21º 0.13% 0.6% -
XYZ 26.75 27.22 26.03 -
YUV 143.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 153 140 133 0 0.08 0.13 0.4 21 0.09 0.56
Hex 99 8C 85 0 8 D 28 15 9 38
Octal 231 214 205 0 10 15 50 25 11 70
Binary 10011001 10001100 10000101 0 1000 1101 101000 10101 1001 111000

Color Harmonies of #998C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C85

Black with #998C85

Text Example


Text Example

White with #998C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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