#866355

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

Shades of Spicy Mix #866355

Tints of Spicy Mix #866355

Color information

#866355 (or 0x866355) is unknown color: approx Spicy Mix. HEX triplet: 86, 63 and 55. RGB value is (134,99,85). Sum of RGB (Red+Green+Blue) = 134+99+85=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #866355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866355 is #799CAA. Grayscale: #6B6B6B. Windows color (decimal): -7969963 or 5596038. OLE color: 5596038.

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

Color convert

RGB1349985-
CMYK00.260.370.47
HSL17.14º22.37%42.94%-
HSV(B)17.14º36.57%52.55%-
XYZ15.9314.6510.58-
YUV107.87115.1146.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=42.14%
G=31.13%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134998500.260.370.4717.1422.3742.94
Hex86635501A252F11162b
Octal2061431250324557212653
Binary10000110110001110101010110101001011011111000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866355; }

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

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

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

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

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

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

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

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