#9F8374

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

Shades of Almond Frost #9F8374

Tints of Almond Frost #9F8374

Color information

#9F8374 (or 0x9F8374) is unknown color: approx Almond Frost. HEX triplet: 9F, 83 and 74. RGB value is (159,131,116). Sum of RGB (Red+Green+Blue) = 159+131+116=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8374 is #607C8B. Grayscale: #898989. Windows color (decimal): -6323340 or 7635871. OLE color: 7635871.

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

Color convert

RGB159131116-
CMYK00.180.270.38
HSL20.93º18.3%53.92%-
HSV(B)20.93º27.04%62.35%-
XYZ25.5724.8619.97-
YUV137.66115.78143.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 116 (45.70% from 255) = 28.57%
R=39.16%
G=32.27%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913111600.180.270.3820.9318.353.92
Hex9F83740121B26151236
Octal2372031640223346252266
Binary10011111100000111110100010010110111001101010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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