#866555

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

Shades of Spicy Mix #866555

Tints of Spicy Mix #866555

Color information

#866555 (or 0x866555) is unknown color: approx Spicy Mix. HEX triplet: 86, 65 and 55. RGB value is (134,101,85). Sum of RGB (Red+Green+Blue) = 134+101+85=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #866555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866555 is #799AAA. Grayscale: #6D6D6D. Windows color (decimal): -7969451 or 5596550. OLE color: 5596550.

HSL color Cylindrical-coordinate representation of color #866555: hue angle of 19.59º 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 #866555 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB13410185-
CMYK00.250.370.47
HSL19.59º22.37%42.94%-
HSV(B)19.59º36.57%52.55%-
XYZ16.1215.0310.65-
YUV109.04114.43145.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=41.88%
G=31.56%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341018500.250.370.4719.5922.3742.94
Hex866555019252F14162b
Octal2061451250314557242653
Binary10000110110010110101010110011001011011111010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866555; }

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

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

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

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

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

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

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

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