#96877C

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

Shades of Almond Frost #96877C

Tints of Almond Frost #96877C

Color information

#96877C (or 0x96877C) is unknown color: approx Almond Frost. HEX triplet: 96, 87 and 7C. RGB value is (150,135,124). Sum of RGB (Red+Green+Blue) = 150+135+124=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96877C is #697883. Grayscale: #8A8A8A. Windows color (decimal): -6912132 or 8161174. OLE color: 8161174.

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

Color convert

RGB150135124-
CMYK00.10.170.41
HSL25.38º11.02%53.73%-
HSV(B)25.38º17.33%58.82%-
XYZ24.8825.2722.63-
YUV138.23119.97136.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=36.67%
G=33.01%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013512400.10.170.4125.3811.0253.73
Hex96877C0A112919b36
Octal2262071740122151311366
Binary100101101000011111111000101010001101001110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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