#99887D

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

Shades of Almond Frost #99887D

Tints of Almond Frost #99887D

Color information

#99887D (or 0x99887D) is unknown color: approx Almond Frost. HEX triplet: 99, 88 and 7D. RGB value is (153,136,125). Sum of RGB (Red+Green+Blue) = 153+136+125=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #99887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99887D is #667782. Grayscale: #8B8B8B. Windows color (decimal): -6715267 or 8226969. OLE color: 8226969.

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

Color convert

RGB153136125-
CMYK00.110.180.4
HSL23.57º12.07%54.51%-
HSV(B)23.57º18.3%60%-
XYZ25.6425.8623.04-
YUV139.83119.63137.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=36.96%
G=32.85%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313612500.110.180.423.5712.0754.51
Hex99887D0B122818c37
Octal2312101750132250301467
Binary100110011000100011111010101110010101000110001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99887D; }

 p { color: rgb(153,136,125); }

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

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

 a { background-color: rgb(153,136,125); }

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

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

 span { border-color: rgb(153,136,125); }

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