#96887E

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

Shades of Almond Frost #96887E

Tints of Almond Frost #96887E

Color information

#96887E (or 0x96887E) is unknown color: approx Almond Frost. HEX triplet: 96, 88 and 7E. RGB value is (150,136,126). Sum of RGB (Red+Green+Blue) = 150+136+126=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #96887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96887E is #697781. Grayscale: #8B8B8B. Windows color (decimal): -6911874 or 8292502. OLE color: 8292502.

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

Color convert

RGB150136126-
CMYK00.090.160.41
HSL25º10.26%54.12%-
HSV(B)25º16%58.82%-
XYZ25.1525.623.35-
YUV139.05120.64135.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=36.41%
G=33.01%
B=30.58%

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
Decimal15013612600.090.160.412510.2654.12
Hex96887E09102919a36
Octal2262101760112051311266
Binary100101101000100011111100100110000101001110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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