#9C806D

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

Shades of Almond Frost #9C806D

Tints of Almond Frost #9C806D

Color information

#9C806D (or 0x9C806D) is unknown color: approx Almond Frost. HEX triplet: 9C, 80 and 6D. RGB value is (156,128,109). Sum of RGB (Red+Green+Blue) = 156+128+109=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C806D is #637F92. Grayscale: #868686. Windows color (decimal): -6520723 or 7176348. OLE color: 7176348.

HSL color Cylindrical-coordinate representation of color #9C806D: hue angle of 24.26º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C806D is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB156128109-
CMYK00.180.300.39
HSL24.26º19.18%51.96%-
HSV(B)24.26º30.13%61.18%-
XYZ24.1923.6117.75-
YUV134.21113.78143.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.69%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=39.69%
G=32.57%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612810900.180.300.3924.2619.1851.96
Hex9C806D0121E27181334
Octal2342001550223647302364
Binary10011100100000001101101010010111101001111100010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,109); }

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

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

 a { background-color: rgb(156,128,109); }

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

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

 span { border-color: rgb(156,128,109); }

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