#9C8976

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

Shades of Almond Frost #9C8976

Tints of Almond Frost #9C8976

Color information

#9C8976 (or 0x9C8976) is unknown color: approx Almond Frost. HEX triplet: 9C, 89 and 76. RGB value is (156,137,118). Sum of RGB (Red+Green+Blue) = 156+137+118=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8976 is #637689. Grayscale: #8C8C8C. Windows color (decimal): -6518410 or 7768476. OLE color: 7768476.

HSL color Cylindrical-coordinate representation of color #9C8976: hue angle of 30º 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 #9C8976 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB156137118-
CMYK00.120.240.39
HSL30º16.1%53.73%-
HSV(B)30º24.36%61.18%-
XYZ25.9326.2720.84-
YUV140.51115.29139.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.96%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=37.96%
G=33.33%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613711800.120.240.393016.153.73
Hex9C89760C18271e1036
Octal2342111660143047362066
Binary1001110010001001111011001100110001001111111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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