#96897D

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

Shades of Almond Frost #96897D

Tints of Almond Frost #96897D

Color information

#96897D (or 0x96897D) is unknown color: approx Almond Frost. HEX triplet: 96, 89 and 7D. RGB value is (150,137,125). Sum of RGB (Red+Green+Blue) = 150+137+125=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #96897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96897D is #697682. Grayscale: #8B8B8B. Windows color (decimal): -6911619 or 8227222. OLE color: 8227222.

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

Color convert

RGB150137125-
CMYK00.090.170.41
HSL28.8º10.64%53.92%-
HSV(B)28.8º16.67%58.82%-
XYZ25.2325.8623.06-
YUV139.52119.81135.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=36.41%
G=33.25%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013712500.090.170.4128.810.6453.92
Hex96897D0911291db36
Octal2262111750112151351366
Binary100101101000100111111010100110001101001111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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