#8D6458

Color #8D6458 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #8D6458

Tints of Spicy Mix #8D6458

Color information

#8D6458 (or 0x8D6458) is unknown color: approx Spicy Mix. HEX triplet: 8D, 64 and 58. RGB value is (141,100,88). Sum of RGB (Red+Green+Blue) = 141+100+88=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6458 is #729BA7. Grayscale: #6E6E6E. Windows color (decimal): -7510952 or 5792909. OLE color: 5792909.

HSL color Cylindrical-coordinate representation of color #8D6458: hue angle of 13.58º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D6458 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB14110088-
CMYK00.290.380.45
HSL13.58º23.14%44.9%-
HSV(B)13.58º37.59%55.29%-
XYZ17.315.4811.31-
YUV110.89115.08149.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.86%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=42.86%
G=30.40%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411008800.290.380.4513.5823.1444.9
Hex8D645801D262De172d
Octal2151441300354655162755
Binary1000110111001001011000011101100110101101111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6458; }

 p { color: rgb(141,100,88); }

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

<style>
 a { background-color: #8D6458; }

 a { background-color: rgb(141,100,88); }

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

<style>
 span { border-color: #8D6458; }

 span { border-color: rgb(141,100,88); }

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