#864055

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

Shades of Camelot #864055

Tints of Camelot #864055

Color information

#864055 (or 0x864055) is unknown color: approx Camelot. HEX triplet: 86, 40 and 55. RGB value is (134,64,85). Sum of RGB (Red+Green+Blue) = 134+64+85=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #864055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864055 is #79BFAA. Grayscale: #575757. Windows color (decimal): -7978923 or 5587078. OLE color: 5587078.

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

Color convert

RGB1346485-
CMYK00.520.370.47
HSL342º35.35%38.82%-
HSV(B)342º52.24%52.55%-
XYZ13.39.399.71-
YUV87.32126.69161.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.35%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=47.35%
G=22.61%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134648500.520.370.4734235.3538.82
Hex864055034252F1562327
Octal20610012506445575264347
Binary10000110100000010101010110100100101101111101010110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864055; }

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

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

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

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

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

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

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

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