#8B6358

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

Shades of Spicy Mix #8B6358

Tints of Spicy Mix #8B6358

Color information

#8B6358 (or 0x8B6358) is unknown color: approx Spicy Mix. HEX triplet: 8B, 63 and 58. RGB value is (139,99,88). Sum of RGB (Red+Green+Blue) = 139+99+88=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6358 is #749CA7. Grayscale: #6D6D6D. Windows color (decimal): -7642280 or 5792651. OLE color: 5792651.

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

Color convert

RGB1399988-
CMYK00.290.370.45
HSL12.94º22.47%44.51%-
HSV(B)12.94º36.69%54.51%-
XYZ16.8715.1211.26-
YUV109.71115.75148.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=42.64%
G=30.37%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139998800.290.370.4512.9422.4744.51
Hex8B635801D252Dd162d
Octal2131431300354555152655
Binary1000101111000111011000011101100101101101110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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