#988676

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

Shades of Almond Frost #988676

Tints of Almond Frost #988676

Color information

#988676 (or 0x988676) is unknown color: approx Almond Frost. HEX triplet: 98, 86 and 76. RGB value is (152,134,118). Sum of RGB (Red+Green+Blue) = 152+134+118=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #988676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988676 is #677989. Grayscale: #898989. Windows color (decimal): -6781322 or 7767704. OLE color: 7767704.

HSL color Cylindrical-coordinate representation of color #988676: hue angle of 28.24º 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 #988676 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB152134118-
CMYK00.120.220.40
HSL28.24º14.17%52.94%-
HSV(B)28.24º22.37%59.61%-
XYZ24.7425.0320.67-
YUV137.56116.96138.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=37.62%
G=33.17%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213411800.120.220.4028.2414.1752.94
Hex9886760C16281ce35
Octal2302061660142650341665
Binary100110001000011011101100110010110101000111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988676; }

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

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

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

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

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

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

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

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