#9E8674

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

Shades of Almond Frost #9E8674

Tints of Almond Frost #9E8674

Color information

#9E8674 (or 0x9E8674) is unknown color: approx Almond Frost. HEX triplet: 9E, 86 and 74. RGB value is (158,134,116). Sum of RGB (Red+Green+Blue) = 158+134+116=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8674 is #61798B. Grayscale: #8B8B8B. Windows color (decimal): -6388108 or 7636638. OLE color: 7636638.

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

Color convert

RGB158134116-
CMYK00.150.270.38
HSL25.71º17.8%53.73%-
HSV(B)25.71º26.58%61.96%-
XYZ25.7825.5820.1-
YUV139.12114.95141.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.73%
GREEN value IS 134 (52.73% from 255) = 32.84%
BLUE value IS 116 (45.70% from 255) = 28.43%
R=38.73%
G=32.84%
B=28.43%

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
Decimal15813411600.150.270.3825.7117.853.73
Hex9E86740F1B261a1236
Octal2362061640173346322266
Binary1001111010000110111010001111110111001101101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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