#96867F

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

Shades of Almond Frost #96867F

Tints of Almond Frost #96867F

Color information

#96867F (or 0x96867F) is unknown color: approx Almond Frost. HEX triplet: 96, 86 and 7F. RGB value is (150,134,127). Sum of RGB (Red+Green+Blue) = 150+134+127=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #96867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96867F is #697980. Grayscale: #8A8A8A. Windows color (decimal): -6912385 or 8357526. OLE color: 8357526.

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

Color convert

RGB150134127-
CMYK00.110.150.41
HSL18.26º9.87%54.31%-
HSV(B)18.26º15.33%58.82%-
XYZ24.9325.0723.6-
YUV137.99121.8136.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 127 (50% from 255) = 30.90%
R=36.50%
G=32.60%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013412700.110.150.4118.269.8754.31
Hex96867F0BF2912a36
Octal2262061770131751221266
Binary10010110100001101111111010111111101001100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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