#8A6359

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

Shades of Spicy Mix #8A6359

Tints of Spicy Mix #8A6359

Color information

#8A6359 (or 0x8A6359) is unknown color: approx Spicy Mix. HEX triplet: 8A, 63 and 59. RGB value is (138,99,89). Sum of RGB (Red+Green+Blue) = 138+99+89=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6359 is #759CA6. Grayscale: #6D6D6D. Windows color (decimal): -7707815 or 5858186. OLE color: 5858186.

HSL color Cylindrical-coordinate representation of color #8A6359: hue angle of 12.24º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A6359 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1389989-
CMYK00.280.360.46
HSL12.24º21.59%44.51%-
HSV(B)12.24º35.51%54.12%-
XYZ16.7515.0511.47-
YUV109.52116.42148.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.33%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 89 (35.16% from 255) = 27.30%
R=42.33%
G=30.37%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138998900.280.360.4612.2421.5944.51
Hex8A635901C242Ec162d
Octal2121431310344456142655
Binary1000101011000111011001011100100100101110110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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