#96857A

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

Shades of Almond Frost #96857A

Tints of Almond Frost #96857A

Color information

#96857A (or 0x96857A) is unknown color: approx Almond Frost. HEX triplet: 96, 85 and 7A. RGB value is (150,133,122). Sum of RGB (Red+Green+Blue) = 150+133+122=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96857A is #697A85. Grayscale: #888888. Windows color (decimal): -6912646 or 8029590. OLE color: 8029590.

HSL color Cylindrical-coordinate representation of color #96857A: hue angle of 23.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96857A is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150133122-
CMYK00.110.190.41
HSL23.57º11.76%53.33%-
HSV(B)23.57º18.67%58.82%-
XYZ24.4824.6621.88-
YUV136.83119.63137.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=37.04%
G=32.84%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013312200.110.190.4123.5711.7653.33
Hex96857A0B132918c35
Octal2262051720132351301465
Binary100101101000010111110100101110011101001110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96857A; }

 p { color: rgb(150,133,122); }

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

<style>
 a { background-color: #96857A; }

 a { background-color: rgb(150,133,122); }

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

<style>
 span { border-color: #96857A; }

 span { border-color: rgb(150,133,122); }

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