#98877C

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

Shades of Almond Frost #98877C

Tints of Almond Frost #98877C

Color information

#98877C (or 0x98877C) is unknown color: approx Almond Frost. HEX triplet: 98, 87 and 7C. RGB value is (152,135,124). Sum of RGB (Red+Green+Blue) = 152+135+124=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #98877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98877C is #677883. Grayscale: #8A8A8A. Windows color (decimal): -6781060 or 8161176. OLE color: 8161176.

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

Color convert

RGB152135124-
CMYK00.110.180.40
HSL23.57º11.97%54.12%-
HSV(B)23.57º18.42%59.61%-
XYZ25.2525.4622.65-
YUV138.83119.63137.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.98%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=36.98%
G=32.85%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213512400.110.180.4023.5711.9754.12
Hex98877C0B122818c36
Octal2302071740132250301466
Binary100110001000011111111000101110010101000110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98877C; }

 p { color: rgb(152,135,124); }

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

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

 a { background-color: rgb(152,135,124); }

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

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

 span { border-color: rgb(152,135,124); }

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