#968980

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

Shades of Almond Frost #968980

Tints of Almond Frost #968980

Color information

#968980 (or 0x968980) is unknown color: approx Almond Frost. HEX triplet: 96, 89 and 80. RGB value is (150,137,128). Sum of RGB (Red+Green+Blue) = 150+137+128=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968980 is #69767F. Grayscale: #8B8B8B. Windows color (decimal): -6911616 or 8423830. OLE color: 8423830.

HSL color Cylindrical-coordinate representation of color #968980: hue angle of 24.55º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #968980 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150137128-
CMYK00.090.150.41
HSL24.55º9.48%54.51%-
HSV(B)24.55º14.67%58.82%-
XYZ25.4225.9324.09-
YUV139.86121.31135.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=36.14%
G=33.01%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013712800.090.150.4124.559.4854.51
Hex96898009F2919937
Octal2262112000111751311167
Binary100101101000100110000000010011111101001110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968980; }

 p { color: rgb(150,137,128); }

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

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

 a { background-color: rgb(150,137,128); }

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

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

 span { border-color: rgb(150,137,128); }

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