#96857E

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

Shades of Almond Frost #96857E

Tints of Almond Frost #96857E

Color information

#96857E (or 0x96857E) is unknown color: approx Almond Frost. HEX triplet: 96, 85 and 7E. RGB value is (150,133,126). Sum of RGB (Red+Green+Blue) = 150+133+126=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96857E is #697A81. Grayscale: #898989. Windows color (decimal): -6912642 or 8291734. OLE color: 8291734.

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

Color convert

RGB150133126-
CMYK00.110.160.41
HSL17.5º10.26%54.12%-
HSV(B)17.5º16%58.82%-
XYZ24.7324.7723.22-
YUV137.28121.63137.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=36.67%
G=32.52%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013312600.110.160.4117.510.2654.12
Hex96857E0B102912a36
Octal2262051760132051221266
Binary100101101000010111111100101110000101001100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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