#8A6156

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

Shades of Spicy Mix #8A6156

Tints of Spicy Mix #8A6156

Color information

#8A6156 (or 0x8A6156) is unknown color: approx Spicy Mix. HEX triplet: 8A, 61 and 56. RGB value is (138,97,86). Sum of RGB (Red+Green+Blue) = 138+97+86=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6156 is #759EA9. Grayscale: #6C6C6C. Windows color (decimal): -7708330 or 5661066. OLE color: 5661066.

HSL color Cylindrical-coordinate representation of color #8A6156: hue angle of 12.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A6156 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB1389786-
CMYK00.300.380.46
HSL12.69º23.21%43.92%-
HSV(B)12.69º37.68%54.12%-
XYZ16.4414.6210.76-
YUV108115.58149.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.99%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=42.99%
G=30.22%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138978600.300.380.4612.6923.2143.92
Hex8A615601E262Ed172c
Octal2121411260364656152754
Binary1000101011000011010110011110100110101110110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,97,86); }

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

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

 a { background-color: rgb(138,97,86); }

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

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

 span { border-color: rgb(138,97,86); }

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