#958C86

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

Shades of Almond Frost #958C86

Tints of Almond Frost #958C86

Color information

#958C86 (or 0x958C86) is unknown color: approx Almond Frost. HEX triplet: 95, 8C and 86. RGB value is (149,140,134). Sum of RGB (Red+Green+Blue) = 149+140+134=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #958C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958C86 is #6A7379. Grayscale: #8E8E8E. Windows color (decimal): -6976378 or 8817813. OLE color: 8817813.

HSL color Cylindrical-coordinate representation of color #958C86: hue angle of 24º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #958C86 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB149140134-
CMYK00.060.100.42
HSL24º6.61%55.49%-
HSV(B)24º10.07%58.43%-
XYZ26.0826.8726.37-
YUV142.01123.48132.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 134 (52.73% from 255) = 31.68%
R=35.22%
G=33.10%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914013400.060.100.42246.6155.49
Hex958C8606A2A18737
Octal22521420606125230767
Binary1001010110001100100001100110101010101011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958C86; }

 p { color: rgb(149,140,134); }

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

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

 a { background-color: rgb(149,140,134); }

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

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

 span { border-color: rgb(149,140,134); }

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