#9E8374

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

Shades of Almond Frost #9E8374

Tints of Almond Frost #9E8374

Color information

#9E8374 (or 0x9E8374) is unknown color: approx Almond Frost. HEX triplet: 9E, 83 and 74. RGB value is (158,131,116). Sum of RGB (Red+Green+Blue) = 158+131+116=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8374 is #617C8B. Grayscale: #898989. Windows color (decimal): -6388876 or 7635870. OLE color: 7635870.

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

Color convert

RGB158131116-
CMYK00.170.270.38
HSL21.43º17.8%53.73%-
HSV(B)21.43º26.58%61.96%-
XYZ25.3724.7619.97-
YUV137.36115.95142.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.01%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=39.01%
G=32.35%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813111600.170.270.3821.4317.853.73
Hex9E83740111B26151236
Octal2362031640213346252266
Binary10011110100000111110100010001110111001101010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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