#866055

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

Shades of Spicy Mix #866055

Tints of Spicy Mix #866055

Color information

#866055 (or 0x866055) is unknown color: approx Spicy Mix. HEX triplet: 86, 60 and 55. RGB value is (134,96,85). Sum of RGB (Red+Green+Blue) = 134+96+85=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #866055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866055 is #799FAA. Grayscale: #6A6A6A. Windows color (decimal): -7970731 or 5595270. OLE color: 5595270.

HSL color Cylindrical-coordinate representation of color #866055: hue angle of 13.47º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #866055 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1349685-
CMYK00.280.370.47
HSL13.47º22.37%42.94%-
HSV(B)13.47º36.57%52.55%-
XYZ15.6514.0910.49-
YUV106.11116.09147.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 85 (33.59% from 255) = 26.98%
R=42.54%
G=30.48%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134968500.280.370.4713.4722.3742.94
Hex86605501C252Fd162b
Octal2061401250344557152653
Binary1000011011000001010101011100100101101111110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866055; }

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

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

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

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

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

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

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

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