#968579

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

Shades of Almond Frost #968579

Tints of Almond Frost #968579

Color information

#968579 (or 0x968579) is unknown color: approx Almond Frost. HEX triplet: 96, 85 and 79. RGB value is (150,133,121). Sum of RGB (Red+Green+Blue) = 150+133+121=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #968579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968579 is #697A86. Grayscale: #888888. Windows color (decimal): -6912647 or 7964054. OLE color: 7964054.

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

Color convert

RGB150133121-
CMYK00.110.190.41
HSL24.83º12.13%53.14%-
HSV(B)24.83º19.33%58.82%-
XYZ24.4224.6421.56-
YUV136.72119.13137.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=37.13%
G=32.92%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013312100.110.190.4124.8312.1353.14
Hex9685790B132919c35
Octal2262051710132351311465
Binary100101101000010111110010101110011101001110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968579; }

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

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

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

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

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

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

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

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