#968576

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

Shades of Almond Frost #968576

Tints of Almond Frost #968576

Color information

#968576 (or 0x968576) is unknown color: approx Almond Frost. HEX triplet: 96, 85 and 76. RGB value is (150,133,118). Sum of RGB (Red+Green+Blue) = 150+133+118=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #968576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968576 is #697A89. Grayscale: #888888. Windows color (decimal): -6912650 or 7767446. OLE color: 7767446.

HSL color Cylindrical-coordinate representation of color #968576: hue angle of 28.13º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #968576 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB150133118-
CMYK00.110.210.41
HSL28.13º13.22%52.55%-
HSV(B)28.13º21.33%58.82%-
XYZ24.2424.5720.6-
YUV136.37117.63137.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=37.41%
G=33.17%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013311800.110.210.4128.1313.2252.55
Hex9685760B15291cd35
Octal2262051660132551341565
Binary100101101000010111101100101110101101001111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968576; }

 p { color: rgb(150,133,118); }

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

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

 a { background-color: rgb(150,133,118); }

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

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

 span { border-color: rgb(150,133,118); }

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