#864155

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

Shades of Camelot #864155

Tints of Camelot #864155

Color information

#864155 (or 0x864155) is unknown color: approx Camelot. HEX triplet: 86, 41 and 55. RGB value is (134,65,85). Sum of RGB (Red+Green+Blue) = 134+65+85=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #864155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864155 is #79BEAA. Grayscale: #575757. Windows color (decimal): -7978667 or 5587334. OLE color: 5587334.

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

Color convert

RGB1346585-
CMYK00.510.370.47
HSL342.61º34.67%39.02%-
HSV(B)342.61º51.49%52.55%-
XYZ13.369.59.72-
YUV87.91126.36160.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=47.18%
G=22.89%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134658500.510.370.47342.6134.6739.02
Hex864155033252F1572327
Octal20610112506345575274347
Binary10000110100000110101010110011100101101111101010111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864155; }

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

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

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

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

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

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

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

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