#9F8674

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

Shades of Almond Frost #9F8674

Tints of Almond Frost #9F8674

Color information

#9F8674 (or 0x9F8674) is unknown color: approx Almond Frost. HEX triplet: 9F, 86 and 74. RGB value is (159,134,116). Sum of RGB (Red+Green+Blue) = 159+134+116=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8674 is #60798B. Grayscale: #8B8B8B. Windows color (decimal): -6322572 or 7636639. OLE color: 7636639.

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

Color convert

RGB159134116-
CMYK00.160.270.38
HSL25.12º18.3%53.92%-
HSV(B)25.12º27.04%62.35%-
XYZ25.9825.6820.11-
YUV139.42114.78141.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.88%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 116 (45.70% from 255) = 28.36%
R=38.88%
G=32.76%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913411600.160.270.3825.1218.353.92
Hex9F86740101B26191236
Octal2372061640203346312266
Binary10011111100001101110100010000110111001101100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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