#9C8576

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

Shades of Almond Frost #9C8576

Tints of Almond Frost #9C8576

Color information

#9C8576 (or 0x9C8576) is unknown color: approx Almond Frost. HEX triplet: 9C, 85 and 76. RGB value is (156,133,118). Sum of RGB (Red+Green+Blue) = 156+133+118=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8576 is #637A89. Grayscale: #8A8A8A. Windows color (decimal): -6519434 or 7767452. OLE color: 7767452.

HSL color Cylindrical-coordinate representation of color #9C8576: hue angle of 23.68º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C8576 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB156133118-
CMYK00.150.240.39
HSL23.68º16.1%53.73%-
HSV(B)23.68º24.36%61.18%-
XYZ25.3725.1520.66-
YUV138.17116.62140.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.33%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 118 (46.48% from 255) = 28.99%
R=38.33%
G=32.68%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613311800.150.240.3923.6816.153.73
Hex9C85760F1827181036
Octal2342051660173047302066
Binary1001110010000101111011001111110001001111100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C8576; }

 p { color: rgb(156,133,118); }

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

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

 a { background-color: rgb(156,133,118); }

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

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

 span { border-color: rgb(156,133,118); }

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