#864355

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

Shades of Camelot #864355

Tints of Camelot #864355

Color information

#864355 (or 0x864355) is unknown color: approx Camelot. HEX triplet: 86, 43 and 55. RGB value is (134,67,85). Sum of RGB (Red+Green+Blue) = 134+67+85=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #864355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864355 is #79BCAA. Grayscale: #595959. Windows color (decimal): -7978155 or 5587846. OLE color: 5587846.

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

Color convert

RGB1346785-
CMYK00.50.370.47
HSL343.88º33.33%39.41%-
HSV(B)343.88º50%52.55%-
XYZ13.489.749.76-
YUV89.08125.7160.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=46.85%
G=23.43%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134678500.50.370.47343.8833.3339.41
Hex864355032252F1582127
Octal20610312506245575304147
Binary10000110100001110101010110010100101101111101011000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864355; }

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

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

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

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

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

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

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

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