#998679

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

Shades of Almond Frost #998679

Tints of Almond Frost #998679

Color information

#998679 (or 0x998679) is unknown color: approx Almond Frost. HEX triplet: 99, 86 and 79. RGB value is (153,134,121). Sum of RGB (Red+Green+Blue) = 153+134+121=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #998679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998679 is #667986. Grayscale: #8A8A8A. Windows color (decimal): -6715783 or 7964313. OLE color: 7964313.

HSL color Cylindrical-coordinate representation of color #998679: hue angle of 24.38º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #998679 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB153134121-
CMYK00.120.210.4
HSL24.38º13.56%53.73%-
HSV(B)24.38º20.92%60%-
XYZ25.1125.221.63-
YUV138.2118.29138.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 134 (52.73% from 255) = 32.84%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=37.5%
G=32.84%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313412100.120.210.424.3813.5653.73
Hex9986790C152818e36
Octal2312061710142550301666
Binary100110011000011011110010110010101101000110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998679; }

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

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

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

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

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

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

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

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