#864655

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

Shades of Camelot #864655

Tints of Camelot #864655

Color information

#864655 (or 0x864655) is unknown color: approx Camelot. HEX triplet: 86, 46 and 55. RGB value is (134,70,85). Sum of RGB (Red+Green+Blue) = 134+70+85=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #864655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864655 is #79B9AA. Grayscale: #5A5A5A. Windows color (decimal): -7977387 or 5588614. OLE color: 5588614.

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

Color convert

RGB1347085-
CMYK00.480.370.47
HSL345.94º31.37%40%-
HSV(B)345.94º47.76%52.55%-
XYZ13.6610.19.82-
YUV90.85124.7158.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=46.37%
G=24.22%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134708500.480.370.47345.9431.3740
Hex864655030252F15a1f28
Octal20610612506045575323750
Binary1000011010001101010101011000010010110111110101101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864655; }

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

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

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

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

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

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

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

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