#8A6358

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

Shades of Spicy Mix #8A6358

Tints of Spicy Mix #8A6358

Color information

#8A6358 (or 0x8A6358) is unknown color: approx Spicy Mix. HEX triplet: 8A, 63 and 58. RGB value is (138,99,88). Sum of RGB (Red+Green+Blue) = 138+99+88=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6358 is #759CA7. Grayscale: #6D6D6D. Windows color (decimal): -7707816 or 5792650. OLE color: 5792650.

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

Color convert

RGB1389988-
CMYK00.280.360.46
HSL13.2º22.12%44.31%-
HSV(B)13.2º36.23%54.12%-
XYZ16.715.0311.25-
YUV109.41115.92148.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.46%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=42.46%
G=30.46%
B=27.08%

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
Decimal138998800.280.360.4613.222.1244.31
Hex8A635801C242Ed162c
Octal2121431300344456152654
Binary1000101011000111011000011100100100101110110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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