#9C8371

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

Shades of Almond Frost #9C8371

Tints of Almond Frost #9C8371

Color information

#9C8371 (or 0x9C8371) is unknown color: approx Almond Frost. HEX triplet: 9C, 83 and 71. RGB value is (156,131,113). Sum of RGB (Red+Green+Blue) = 156+131+113=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8371 is #637C8E. Grayscale: #888888. Windows color (decimal): -6519951 or 7439260. OLE color: 7439260.

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

Color convert

RGB156131113-
CMYK00.160.280.39
HSL25.12º17.84%52.75%-
HSV(B)25.12º27.56%61.18%-
XYZ24.8124.4919.04-
YUV136.42114.78141.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=39%
G=32.75%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613111300.160.280.3925.1217.8452.75
Hex9C83710101C27191235
Octal2342031610203447312265
Binary10011100100000111110001010000111001001111100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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