#99867F

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

Shades of Almond Frost #99867F

Tints of Almond Frost #99867F

Color information

#99867F (or 0x99867F) is unknown color: approx Almond Frost. HEX triplet: 99, 86 and 7F. RGB value is (153,134,127). Sum of RGB (Red+Green+Blue) = 153+134+127=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #99867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99867F is #667980. Grayscale: #8A8A8A. Windows color (decimal): -6715777 or 8357529. OLE color: 8357529.

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

Color convert

RGB153134127-
CMYK00.120.170.4
HSL16.15º11.3%54.9%-
HSV(B)16.15º16.99%60%-
XYZ25.4925.3523.63-
YUV138.88121.29138.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 127 (50% from 255) = 30.68%
R=36.96%
G=32.37%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313412700.120.170.416.1511.354.9
Hex99867F0C112810b37
Octal2312061770142150201367
Binary100110011000011011111110110010001101000100001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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