#9F8679

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

Shades of Almond Frost #9F8679

Tints of Almond Frost #9F8679

Color information

#9F8679 (or 0x9F8679) is unknown color: approx Almond Frost. HEX triplet: 9F, 86 and 79. RGB value is (159,134,121). Sum of RGB (Red+Green+Blue) = 159+134+121=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8679 is #607986. Grayscale: #8C8C8C. Windows color (decimal): -6322567 or 7964319. OLE color: 7964319.

HSL color Cylindrical-coordinate representation of color #9F8679: hue angle of 20.53º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F8679 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB159134121-
CMYK00.160.240.38
HSL20.53º16.52%54.9%-
HSV(B)20.53º23.9%62.35%-
XYZ26.2725.821.68-
YUV139.99117.28141.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.41%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=38.41%
G=32.37%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913412100.160.240.3820.5316.5254.9
Hex9F86790101826151137
Octal2372061710203046252167
Binary10011111100001101111001010000110001001101010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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