#968981

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

Shades of Almond Frost #968981

Tints of Almond Frost #968981

Color information

#968981 (or 0x968981) is unknown color: approx Almond Frost. HEX triplet: 96, 89 and 81. RGB value is (150,137,129). Sum of RGB (Red+Green+Blue) = 150+137+129=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #968981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968981 is #69767E. Grayscale: #8C8C8C. Windows color (decimal): -6911615 or 8489366. OLE color: 8489366.

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

Color convert

RGB150137129-
CMYK00.090.140.41
HSL22.86º9.09%54.71%-
HSV(B)22.86º14%58.82%-
XYZ25.4925.9624.44-
YUV139.98121.81135.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=36.06%
G=32.93%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013712900.090.140.4122.869.0954.71
Hex96898109E2917937
Octal2262112010111651271167
Binary100101101000100110000001010011110101001101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968981; }

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

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

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

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

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

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

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

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