#958680

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

Shades of Almond Frost #958680

Tints of Almond Frost #958680

Color information

#958680 (or 0x958680) is unknown color: approx Almond Frost. HEX triplet: 95, 86 and 80. RGB value is (149,134,128). Sum of RGB (Red+Green+Blue) = 149+134+128=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #958680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958680 is #6A797F. Grayscale: #898989. Windows color (decimal): -6977920 or 8423061. OLE color: 8423061.

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

Color convert

RGB149134128-
CMYK00.100.140.42
HSL17.14º9.01%54.31%-
HSV(B)17.14º14.09%58.43%-
XYZ24.822523.94-
YUV137.8122.47135.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=36.25%
G=32.60%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913412800.100.140.4217.149.0154.31
Hex9586800AE2A11936
Octal2252062000121652211166
Binary100101011000011010000000010101110101010100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958680; }

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

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

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

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

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

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

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

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