#96887B

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

Shades of Almond Frost #96887B

Tints of Almond Frost #96887B

Color information

#96887B (or 0x96887B) is unknown color: approx Almond Frost. HEX triplet: 96, 88 and 7B. RGB value is (150,136,123). Sum of RGB (Red+Green+Blue) = 150+136+123=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96887B is #697784. Grayscale: #8A8A8A. Windows color (decimal): -6911877 or 8095894. OLE color: 8095894.

HSL color Cylindrical-coordinate representation of color #96887B: hue angle of 28.89º 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 #96887B is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB150136123-
CMYK00.090.180.41
HSL28.89º11.39%53.53%-
HSV(B)28.89º18%58.82%-
XYZ24.9625.5222.35-
YUV138.7119.14136.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 123 (48.44% from 255) = 30.07%
R=36.67%
G=33.25%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013612300.090.180.4128.8911.3953.53
Hex96887B0912291db36
Octal2262101730112251351366
Binary100101101000100011110110100110010101001111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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