#988679

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

Shades of Almond Frost #988679

Tints of Almond Frost #988679

Color information

#988679 (or 0x988679) is unknown color: approx Almond Frost. HEX triplet: 98, 86 and 79. RGB value is (152,134,121). Sum of RGB (Red+Green+Blue) = 152+134+121=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #988679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988679 is #677986. Grayscale: #898989. Windows color (decimal): -6781319 or 7964312. OLE color: 7964312.

HSL color Cylindrical-coordinate representation of color #988679: hue angle of 25.16º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #988679 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB152134121-
CMYK00.120.200.40
HSL25.16º13.08%53.53%-
HSV(B)25.16º20.39%59.61%-
XYZ24.9325.1121.62-
YUV137.9118.46138.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=37.35%
G=32.92%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213412100.120.200.4025.1613.0853.53
Hex9886790C142819d36
Octal2302061710142450311566
Binary100110001000011011110010110010100101000110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988679; }

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

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

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

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

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

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

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

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