#9F8376

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

Shades of Almond Frost #9F8376

Tints of Almond Frost #9F8376

Color information

#9F8376 (or 0x9F8376) is unknown color: approx Almond Frost. HEX triplet: 9F, 83 and 76. RGB value is (159,131,118). Sum of RGB (Red+Green+Blue) = 159+131+118=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8376 is #607C89. Grayscale: #898989. Windows color (decimal): -6323338 or 7766943. OLE color: 7766943.

HSL color Cylindrical-coordinate representation of color #9F8376: hue angle of 19.02º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F8376 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB159131118-
CMYK00.180.260.38
HSL19.02º17.6%54.31%-
HSV(B)19.02º25.79%62.35%-
XYZ25.6824.9120.59-
YUV137.89116.78143.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.97%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=38.97%
G=32.11%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913111800.180.260.3819.0217.654.31
Hex9F83760121A26131236
Octal2372031660223246232266
Binary10011111100000111110110010010110101001101001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,131,118); }

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

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

 a { background-color: rgb(159,131,118); }

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

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

 span { border-color: rgb(159,131,118); }

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