#96897E

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

Shades of Almond Frost #96897E

Tints of Almond Frost #96897E

Color information

#96897E (or 0x96897E) is unknown color: approx Almond Frost. HEX triplet: 96, 89 and 7E. RGB value is (150,137,126). Sum of RGB (Red+Green+Blue) = 150+137+126=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #96897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96897E is #697681. Grayscale: #8B8B8B. Windows color (decimal): -6911618 or 8292758. OLE color: 8292758.

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

Color convert

RGB150137126-
CMYK00.090.160.41
HSL27.5º10.26%54.12%-
HSV(B)27.5º16%58.82%-
XYZ25.2925.8823.4-
YUV139.63120.31135.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.32%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=36.32%
G=33.17%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013712600.090.160.4127.510.2654.12
Hex96897E0910291ca36
Octal2262111760112051341266
Binary100101101000100111111100100110000101001111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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