#96897F

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

Shades of Almond Frost #96897F

Tints of Almond Frost #96897F

Color information

#96897F (or 0x96897F) is unknown color: approx Almond Frost. HEX triplet: 96, 89 and 7F. RGB value is (150,137,127). Sum of RGB (Red+Green+Blue) = 150+137+127=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #96897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96897F is #697680. Grayscale: #8B8B8B. Windows color (decimal): -6911617 or 8358294. OLE color: 8358294.

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

Color convert

RGB150137127-
CMYK00.090.150.41
HSL26.09º9.87%54.31%-
HSV(B)26.09º15.33%58.82%-
XYZ25.3525.9123.74-
YUV139.75120.81135.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 127 (50% from 255) = 30.68%
R=36.23%
G=33.09%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013712700.090.150.4126.099.8754.31
Hex96897F09F291aa36
Octal2262111770111751321266
Binary10010110100010011111111010011111101001110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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