#9E8673

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

Shades of Almond Frost #9E8673

Tints of Almond Frost #9E8673

Color information

#9E8673 (or 0x9E8673) is unknown color: approx Almond Frost. HEX triplet: 9E, 86 and 73. RGB value is (158,134,115). Sum of RGB (Red+Green+Blue) = 158+134+115=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8673 is #61798C. Grayscale: #8B8B8B. Windows color (decimal): -6388109 or 7571102. OLE color: 7571102.

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

Color convert

RGB158134115-
CMYK00.150.270.38
HSL26.51º18.14%53.53%-
HSV(B)26.51º27.22%61.96%-
XYZ25.7225.5619.8-
YUV139.01114.45141.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.82%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=38.82%
G=32.92%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813411500.150.270.3826.5118.1453.53
Hex9E86730F1B261b1236
Octal2362061630173346332266
Binary1001111010000110111001101111110111001101101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,134,115); }

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

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

 a { background-color: rgb(158,134,115); }

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

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

 span { border-color: rgb(158,134,115); }

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