#96847B

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

Shades of Almond Frost #96847B

Tints of Almond Frost #96847B

Color information

#96847B (or 0x96847B) is unknown color: approx Almond Frost. HEX triplet: 96, 84 and 7B. RGB value is (150,132,123). Sum of RGB (Red+Green+Blue) = 150+132+123=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96847B is #697B84. Grayscale: #888888. Windows color (decimal): -6912901 or 8094870. OLE color: 8094870.

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

Color convert

RGB150132123-
CMYK00.120.180.41
HSL20º11.39%53.53%-
HSV(B)20º18%58.82%-
XYZ24.424.4222.17-
YUV136.36120.46137.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=37.04%
G=32.59%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013212300.120.180.412011.3953.53
Hex96847B0C122914b36
Octal2262041730142251241366
Binary100101101000010011110110110010010101001101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96847B; }

 p { color: rgb(150,132,123); }

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

<style>
 a { background-color: #96847B; }

 a { background-color: rgb(150,132,123); }

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

<style>
 span { border-color: #96847B; }

 span { border-color: rgb(150,132,123); }

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