#958B84

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

Shades of Almond Frost #958B84

Tints of Almond Frost #958B84

Color information

#958B84 (or 0x958B84) is unknown color: approx Almond Frost. HEX triplet: 95, 8B and 84. RGB value is (149,139,132). Sum of RGB (Red+Green+Blue) = 149+139+132=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #958B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958B84 is #6A747B. Grayscale: #8D8D8D. Windows color (decimal): -6976636 or 8686485. OLE color: 8686485.

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

Color convert

RGB149139132-
CMYK00.070.110.42
HSL24.71º7.42%55.1%-
HSV(B)24.71º11.41%58.43%-
XYZ25.7926.5225.59-
YUV141.19122.81133.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 139 (54.69% from 255) = 33.10%
BLUE value IS 132 (51.95% from 255) = 31.43%
R=35.48%
G=33.10%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913913200.070.110.4224.717.4255.1
Hex958B8407B2A19737
Octal22521320407135231767
Binary1001010110001011100001000111101110101011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,139,132); }

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

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

 a { background-color: rgb(149,139,132); }

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

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

 span { border-color: rgb(149,139,132); }

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