#988379

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

Shades of Almond Frost #988379

Tints of Almond Frost #988379

Color information

#988379 (or 0x988379) is unknown color: approx Almond Frost. HEX triplet: 98, 83 and 79. RGB value is (152,131,121). Sum of RGB (Red+Green+Blue) = 152+131+121=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #988379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988379 is #677C86. Grayscale: #888888. Windows color (decimal): -6782087 or 7963544. OLE color: 7963544.

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

Color convert

RGB152131121-
CMYK00.140.200.40
HSL19.35º13.08%53.53%-
HSV(B)19.35º20.39%59.61%-
XYZ24.5224.2921.49-
YUV136.14119.46139.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=37.62%
G=32.43%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213112100.140.200.4019.3513.0853.53
Hex9883790E142813d36
Octal2302031710162450231566
Binary100110001000001111110010111010100101000100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988379; }

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

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

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

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

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

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

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

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