#96877F

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

Shades of Almond Frost #96877F

Tints of Almond Frost #96877F

Color information

#96877F (or 0x96877F) is unknown color: approx Almond Frost. HEX triplet: 96, 87 and 7F. RGB value is (150,135,127). Sum of RGB (Red+Green+Blue) = 150+135+127=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #96877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96877F is #697880. Grayscale: #8A8A8A. Windows color (decimal): -6912129 or 8357782. OLE color: 8357782.

HSL color Cylindrical-coordinate representation of color #96877F: hue angle of 20.87º 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 #96877F is Cyan = 0, Magento = 0.1, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150135127-
CMYK00.10.150.41
HSL20.87º9.87%54.31%-
HSV(B)20.87º15.33%58.82%-
XYZ25.0725.3423.65-
YUV138.57121.47136.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 127 (50% from 255) = 30.83%
R=36.41%
G=32.77%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013512700.10.150.4120.879.8754.31
Hex96877F0AF2915a36
Octal2262071770121751251266
Binary10010110100001111111111010101111101001101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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