#958781

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

Shades of Almond Frost #958781

Tints of Almond Frost #958781

Color information

#958781 (or 0x958781) is unknown color: approx Almond Frost. HEX triplet: 95, 87 and 81. RGB value is (149,135,129). Sum of RGB (Red+Green+Blue) = 149+135+129=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #958781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958781 is #6A787E. Grayscale: #8A8A8A. Windows color (decimal): -6977663 or 8488853. OLE color: 8488853.

HSL color Cylindrical-coordinate representation of color #958781: hue angle of 18º 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 #958781 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB149135129-
CMYK00.090.130.42
HSL18º8.62%54.51%-
HSV(B)18º13.42%58.43%-
XYZ25.0225.324.33-
YUV138.5122.64135.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 135 (53.12% from 255) = 32.69%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=36.08%
G=32.69%
B=31.23%

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
Decimal14913512900.090.130.42188.6254.51
Hex95878109D2A12937
Octal2252072010111552221167
Binary100101011000011110000001010011101101010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958781; }

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

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

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

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

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

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

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

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