#99867C

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

Shades of Almond Frost #99867C

Tints of Almond Frost #99867C

Color information

#99867C (or 0x99867C) is unknown color: approx Almond Frost. HEX triplet: 99, 86 and 7C. RGB value is (153,134,124). Sum of RGB (Red+Green+Blue) = 153+134+124=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #99867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99867C is #667983. Grayscale: #8A8A8A. Windows color (decimal): -6715780 or 8160921. OLE color: 8160921.

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

Color convert

RGB153134124-
CMYK00.120.190.4
HSL20.69º12.45%54.31%-
HSV(B)20.69º18.95%60%-
XYZ25.325.2822.61-
YUV138.54119.79138.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=37.23%
G=32.60%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313412400.120.190.420.6912.4554.31
Hex99867C0C132815c36
Octal2312061740142350251466
Binary100110011000011011111000110010011101000101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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