#9D8679

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

Shades of Almond Frost #9D8679

Tints of Almond Frost #9D8679

Color information

#9D8679 (or 0x9D8679) is unknown color: approx Almond Frost. HEX triplet: 9D, 86 and 79. RGB value is (157,134,121). Sum of RGB (Red+Green+Blue) = 157+134+121=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8679 is #627986. Grayscale: #8B8B8B. Windows color (decimal): -6453639 or 7964317. OLE color: 7964317.

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

Color convert

RGB157134121-
CMYK00.150.230.38
HSL21.67º15.52%54.51%-
HSV(B)21.67º22.93%61.57%-
XYZ25.8825.621.67-
YUV139.4117.62140.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.11%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 121 (47.66% from 255) = 29.37%
R=38.11%
G=32.52%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713412100.150.230.3821.6715.5254.51
Hex9D86790F1726161037
Octal2352061710172746262067
Binary1001110110000110111100101111101111001101011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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