#958276

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

Shades of Almond Frost #958276

Tints of Almond Frost #958276

Color information

#958276 (or 0x958276) is unknown color: approx Almond Frost. HEX triplet: 95, 82 and 76. RGB value is (149,130,118). Sum of RGB (Red+Green+Blue) = 149+130+118=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #958276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958276 is #6A7D89. Grayscale: #868686. Windows color (decimal): -6978954 or 7766677. OLE color: 7766677.

HSL color Cylindrical-coordinate representation of color #958276: hue angle of 23.23º 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 #958276 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB149130118-
CMYK00.130.210.42
HSL23.23º12.76%52.35%-
HSV(B)23.23º20.81%58.43%-
XYZ23.6523.6620.46-
YUV134.31118.79138.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=37.53%
G=32.75%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913011800.130.210.4223.2312.7652.35
Hex9582760D152A17d34
Octal2252021660152552271564
Binary100101011000001011101100110110101101010101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958276; }

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

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

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

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

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

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

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

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