#988876

Color #988876 Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #988876

Tints of Almond Frost #988876

Color information

#988876 (or 0x988876) is unknown color: approx Almond Frost. HEX triplet: 98, 88 and 76. RGB value is (152,136,118). Sum of RGB (Red+Green+Blue) = 152+136+118=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #988876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988876 is #677789. Grayscale: #8A8A8A. Windows color (decimal): -6780810 or 7768216. OLE color: 7768216.

HSL color Cylindrical-coordinate representation of color #988876: hue angle of 31.76º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #988876 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB152136118-
CMYK00.110.220.40
HSL31.76º14.17%52.94%-
HSV(B)31.76º22.37%59.61%-
XYZ25.0225.5920.76-
YUV138.73116.3137.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=37.44%
G=33.50%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213611800.110.220.4031.7614.1752.94
Hex9888760B162820e35
Octal2302101660132650401665
Binary1001100010001000111011001011101101010001000001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988876; }

 p { color: rgb(152,136,118); }

 H1.HeaderClassName
 {
   color: #988876;
 }
 .AnyTagClassName
 {
   color: #988876;
 }
</style>
background-color css

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

 a { background-color: rgb(152,136,118); }

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

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

 span { border-color: rgb(152,136,118); }

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