#99806F

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

Shades of Almond Frost #99806F

Tints of Almond Frost #99806F

Color information

#99806F (or 0x99806F) is unknown color: approx Almond Frost. HEX triplet: 99, 80 and 6F. RGB value is (153,128,111). Sum of RGB (Red+Green+Blue) = 153+128+111=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #99806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99806F is #667F90. Grayscale: #858585. Windows color (decimal): -6717329 or 7307417. OLE color: 7307417.

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

Color convert

RGB153128111-
CMYK00.160.270.4
HSL24.29º17.07%51.76%-
HSV(B)24.29º27.45%60%-
XYZ23.7323.3618.3-
YUV133.54115.28141.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 111 (43.75% from 255) = 28.32%
R=39.03%
G=32.65%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312811100.160.270.424.2917.0751.76
Hex99806F0101B28181134
Octal2312001570203350302164
Binary10011001100000001101111010000110111010001100010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,128,111); }

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

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

 a { background-color: rgb(153,128,111); }

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

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

 span { border-color: rgb(153,128,111); }

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