#988677

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

Shades of Almond Frost #988677

Tints of Almond Frost #988677

Color information

#988677 (or 0x988677) is unknown color: approx Almond Frost. HEX triplet: 98, 86 and 77. RGB value is (152,134,119). Sum of RGB (Red+Green+Blue) = 152+134+119=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #988677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988677 is #677988. Grayscale: #898989. Windows color (decimal): -6781321 or 7833240. OLE color: 7833240.

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

Color convert

RGB152134119-
CMYK00.120.220.40
HSL27.27º13.81%53.14%-
HSV(B)27.27º21.71%59.61%-
XYZ24.825.0620.98-
YUV137.67117.46138.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.53%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 119 (46.88% from 255) = 29.38%
R=37.53%
G=33.09%
B=29.38%

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
Decimal15213411900.120.220.4027.2713.8153.14
Hex9886770C16281be35
Octal2302061670142650331665
Binary100110001000011011101110110010110101000110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988677; }

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

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

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

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

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

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

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

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