#864555

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

Shades of Camelot #864555

Tints of Camelot #864555

Color information

#864555 (or 0x864555) is unknown color: approx Camelot. HEX triplet: 86, 45 and 55. RGB value is (134,69,85). Sum of RGB (Red+Green+Blue) = 134+69+85=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #864555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864555 is #79BAAA. Grayscale: #5A5A5A. Windows color (decimal): -7977643 or 5588358. OLE color: 5588358.

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

Color convert

RGB1346985-
CMYK00.490.370.47
HSL345.23º32.02%39.8%-
HSV(B)345.23º48.51%52.55%-
XYZ13.69.989.8-
YUV90.26125.03159.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 85 (33.59% from 255) = 29.51%
R=46.53%
G=23.96%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134698500.490.370.47345.2332.0239.8
Hex864555031252F1592028
Octal20610512506145575314050
Binary10000110100010110101010110001100101101111101011001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864555; }

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

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

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

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

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

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

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

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