#9C8476

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

Shades of Almond Frost #9C8476

Tints of Almond Frost #9C8476

Color information

#9C8476 (or 0x9C8476) is unknown color: approx Almond Frost. HEX triplet: 9C, 84 and 76. RGB value is (156,132,118). Sum of RGB (Red+Green+Blue) = 156+132+118=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8476 is #637B89. Grayscale: #898989. Windows color (decimal): -6519690 or 7767196. OLE color: 7767196.

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

Color convert

RGB156132118-
CMYK00.150.240.39
HSL22.11º16.1%53.73%-
HSV(B)22.11º24.36%61.18%-
XYZ25.2324.8820.61-
YUV137.58116.95141.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.42%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=38.42%
G=32.51%
B=29.06%

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
Decimal15613211800.150.240.3922.1116.153.73
Hex9C84760F1827161036
Octal2342041660173047262066
Binary1001110010000100111011001111110001001111011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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