#9C8377

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

Shades of Almond Frost #9C8377

Tints of Almond Frost #9C8377

Color information

#9C8377 (or 0x9C8377) is unknown color: approx Almond Frost. HEX triplet: 9C, 83 and 77. RGB value is (156,131,119). Sum of RGB (Red+Green+Blue) = 156+131+119=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8377 is #637C88. Grayscale: #898989. Windows color (decimal): -6519945 or 7832476. OLE color: 7832476.

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

Color convert

RGB156131119-
CMYK00.160.240.39
HSL19.46º15.74%53.92%-
HSV(B)19.46º23.72%61.18%-
XYZ25.1624.6320.88-
YUV137.11117.78141.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.42%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=38.42%
G=32.27%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613111900.160.240.3919.4615.7453.92
Hex9C83770101827131036
Octal2342031670203047232066
Binary10011100100000111110111010000110001001111001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,131,119); }

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

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

 a { background-color: rgb(156,131,119); }

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

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

 span { border-color: rgb(156,131,119); }

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