#968479

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

Shades of Almond Frost #968479

Tints of Almond Frost #968479

Color information

#968479 (or 0x968479) is unknown color: approx Almond Frost. HEX triplet: 96, 84 and 79. RGB value is (150,132,121). Sum of RGB (Red+Green+Blue) = 150+132+121=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #968479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968479 is #697B86. Grayscale: #888888. Windows color (decimal): -6912903 or 7963798. OLE color: 7963798.

HSL color Cylindrical-coordinate representation of color #968479: hue angle of 22.76º 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 #968479 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150132121-
CMYK00.120.190.41
HSL22.76º12.13%53.14%-
HSV(B)22.76º19.33%58.82%-
XYZ24.2824.3721.51-
YUV136.13119.46137.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=37.22%
G=32.75%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013212100.120.190.4122.7612.1353.14
Hex9684790C132917c35
Octal2262041710142351271465
Binary100101101000010011110010110010011101001101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968479; }

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

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

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

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

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

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

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

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