#866255

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

Shades of Spicy Mix #866255

Tints of Spicy Mix #866255

Color information

#866255 (or 0x866255) is unknown color: approx Spicy Mix. HEX triplet: 86, 62 and 55. RGB value is (134,98,85). Sum of RGB (Red+Green+Blue) = 134+98+85=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #866255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866255 is #799DAA. Grayscale: #6B6B6B. Windows color (decimal): -7970219 or 5595782. OLE color: 5595782.

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

Color convert

RGB1349885-
CMYK00.270.370.47
HSL15.92º22.37%42.94%-
HSV(B)15.92º36.57%52.55%-
XYZ15.8414.4610.55-
YUV107.28115.43147.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=42.27%
G=30.91%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134988500.270.370.4715.9222.3742.94
Hex86625501B252F10162b
Octal2061421250334557202653
Binary10000110110001010101010110111001011011111000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866255; }

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

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

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

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

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

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

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

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