#866052

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

Shades of Spicy Mix #866052

Tints of Spicy Mix #866052

Color information

#866052 (or 0x866052) is unknown color: approx Spicy Mix. HEX triplet: 86, 60 and 52. RGB value is (134,96,82). Sum of RGB (Red+Green+Blue) = 134+96+82=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #866052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866052 is #799FAD. Grayscale: #696969. Windows color (decimal): -7970734 or 5398662. OLE color: 5398662.

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

Color convert

RGB1349682-
CMYK00.280.390.47
HSL16.15º24.07%42.35%-
HSV(B)16.15º38.81%52.55%-
XYZ15.5414.049.87-
YUV105.77114.59148.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=42.95%
G=30.77%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134968200.280.390.4716.1524.0742.35
Hex86605201C272F10182a
Octal2061401220344757203052
Binary10000110110000010100100111001001111011111000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866052; }

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

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

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

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

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

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

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

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