#99826E

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

Shades of Almond Frost #99826E

Tints of Almond Frost #99826E

Color information

#99826E (or 0x99826E) is unknown color: approx Almond Frost. HEX triplet: 99, 82 and 6E. RGB value is (153,130,110). Sum of RGB (Red+Green+Blue) = 153+130+110=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99826E is #667D91. Grayscale: #868686. Windows color (decimal): -6716818 or 7242393. OLE color: 7242393.

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

Color convert

RGB153130110-
CMYK00.150.280.4
HSL27.91º17.41%51.57%-
HSV(B)27.91º28.1%60%-
XYZ23.9323.8618.1-
YUV134.6114.12141.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=38.93%
G=33.08%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313011000.150.280.427.9117.4151.57
Hex99826E0F1C281c1134
Octal2312021560173450342164
Binary1001100110000010110111001111111001010001110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99826E; }

 p { color: rgb(153,130,110); }

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

<style>
 a { background-color: #99826E; }

 a { background-color: rgb(153,130,110); }

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

<style>
 span { border-color: #99826E; }

 span { border-color: rgb(153,130,110); }

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