#8A6356

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

Shades of Spicy Mix #8A6356

Tints of Spicy Mix #8A6356

Color information

#8A6356 (or 0x8A6356) is unknown color: approx Spicy Mix. HEX triplet: 8A, 63 and 56. RGB value is (138,99,86). Sum of RGB (Red+Green+Blue) = 138+99+86=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6356 is #759CA9. Grayscale: #6D6D6D. Windows color (decimal): -7707818 or 5661578. OLE color: 5661578.

HSL color Cylindrical-coordinate representation of color #8A6356: hue angle of 15º 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 #8A6356 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB1389986-
CMYK00.280.380.46
HSL15º23.21%43.92%-
HSV(B)15º37.68%54.12%-
XYZ16.621510.82-
YUV109.18114.92148.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.72%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=42.72%
G=30.65%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138998600.280.380.461523.2143.92
Hex8A635601C262Ef172c
Octal2121431260344656172754
Binary1000101011000111010110011100100110101110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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