#958476

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

Shades of Almond Frost #958476

Tints of Almond Frost #958476

Color information

#958476 (or 0x958476) is unknown color: approx Almond Frost. HEX triplet: 95, 84 and 76. RGB value is (149,132,118). Sum of RGB (Red+Green+Blue) = 149+132+118=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #958476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958476 is #6A7B89. Grayscale: #878787. Windows color (decimal): -6978442 or 7767189. OLE color: 7767189.

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

Color convert

RGB149132118-
CMYK00.110.210.42
HSL27.1º12.76%52.35%-
HSV(B)27.1º20.81%58.43%-
XYZ23.9224.220.55-
YUV135.49118.13137.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=37.34%
G=33.08%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913211800.110.210.4227.112.7652.35
Hex9584760B152A1bd34
Octal2252041660132552331564
Binary100101011000010011101100101110101101010110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958476; }

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

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

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

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

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

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

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

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