#866150

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

Shades of Spicy Mix #866150

Tints of Spicy Mix #866150

Color information

#866150 (or 0x866150) is unknown color: approx Spicy Mix. HEX triplet: 86, 61 and 50. RGB value is (134,97,80). Sum of RGB (Red+Green+Blue) = 134+97+80=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #866150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866150 is #799EAF. Grayscale: #6A6A6A. Windows color (decimal): -7970480 or 5267846. OLE color: 5267846.

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

Color convert

RGB1349780-
CMYK00.280.400.47
HSL18.89º25.23%41.96%-
HSV(B)18.89º40.3%52.55%-
XYZ15.5514.29.51-
YUV106.12113.26147.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=43.09%
G=31.19%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134978000.280.400.4718.8925.2341.96
Hex86615001C282F13192a
Octal2061411200345057233152
Binary10000110110000110100000111001010001011111001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866150; }

 p { color: rgb(134,97,80); }

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

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

 a { background-color: rgb(134,97,80); }

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

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

 span { border-color: rgb(134,97,80); }

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