#8B6055

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

Shades of Spicy Mix #8B6055

Tints of Spicy Mix #8B6055

Color information

#8B6055 (or 0x8B6055) is unknown color: approx Spicy Mix. HEX triplet: 8B, 60 and 55. RGB value is (139,96,85). Sum of RGB (Red+Green+Blue) = 139+96+85=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6055 is #749FAA. Grayscale: #6B6B6B. Windows color (decimal): -7643051 or 5595275. OLE color: 5595275.

HSL color Cylindrical-coordinate representation of color #8B6055: hue angle of 12.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B6055 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB1399685-
CMYK00.310.390.45
HSL12.22º24.11%43.92%-
HSV(B)12.22º38.85%54.51%-
XYZ16.4714.5110.53-
YUV107.6115.25150.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.44%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=43.44%
G=30%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139968500.310.390.4512.2224.1143.92
Hex8B605501F272Dc182c
Octal2131401250374755143054
Binary1000101111000001010101011111100111101101110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,85); }

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

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

 a { background-color: rgb(139,96,85); }

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

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

 span { border-color: rgb(139,96,85); }

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