#958881

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

Shades of Almond Frost #958881

Tints of Almond Frost #958881

Color information

#958881 (or 0x958881) is unknown color: approx Almond Frost. HEX triplet: 95, 88 and 81. RGB value is (149,136,129). Sum of RGB (Red+Green+Blue) = 149+136+129=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #958881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958881 is #6A777E. Grayscale: #8B8B8B. Windows color (decimal): -6977407 or 8489109. OLE color: 8489109.

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

Color convert

RGB149136129-
CMYK00.090.130.42
HSL21º8.62%54.51%-
HSV(B)21º13.42%58.43%-
XYZ25.1625.5824.38-
YUV139.09122.31135.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=35.99%
G=32.85%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913612900.090.130.42218.6254.51
Hex95888109D2A15937
Octal2252102010111552251167
Binary100101011000100010000001010011101101010101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958881; }

 p { color: rgb(149,136,129); }

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

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

 a { background-color: rgb(149,136,129); }

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

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

 span { border-color: rgb(149,136,129); }

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