#96897B

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

Shades of Almond Frost #96897B

Tints of Almond Frost #96897B

Color information

#96897B (or 0x96897B) is unknown color: approx Almond Frost. HEX triplet: 96, 89 and 7B. RGB value is (150,137,123). Sum of RGB (Red+Green+Blue) = 150+137+123=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #96897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96897B is #697684. Grayscale: #8B8B8B. Windows color (decimal): -6911621 or 8096150. OLE color: 8096150.

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

Color convert

RGB150137123-
CMYK00.090.180.41
HSL31.11º11.39%53.53%-
HSV(B)31.11º18%58.82%-
XYZ25.125.8122.4-
YUV139.29118.81135.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 123 (48.44% from 255) = 30%
R=36.59%
G=33.41%
B=30%

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
Decimal15013712300.090.180.4131.1111.3953.53
Hex96897B0912291fb36
Octal2262111730112251371366
Binary100101101000100111110110100110010101001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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