#958677

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

Shades of Almond Frost #958677

Tints of Almond Frost #958677

Color information

#958677 (or 0x958677) is unknown color: approx Almond Frost. HEX triplet: 95, 86 and 77. RGB value is (149,134,119). Sum of RGB (Red+Green+Blue) = 149+134+119=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #958677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958677 is #6A7988. Grayscale: #888888. Windows color (decimal): -6977929 or 7833237. OLE color: 7833237.

HSL color Cylindrical-coordinate representation of color #958677: hue angle of 30º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #958677 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB149134119-
CMYK00.100.200.42
HSL30º12.4%52.55%-
HSV(B)30º20.13%58.43%-
XYZ24.2524.7720.96-
YUV136.78117.97136.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=37.06%
G=33.33%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913411900.100.200.423012.452.55
Hex9586770A142A1ec35
Octal2252061670122452361465
Binary100101011000011011101110101010100101010111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958677; }

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

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

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

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

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

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

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

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