#863649

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

Shades of Camelot #863649

Tints of Camelot #863649

Color information

#863649 (or 0x863649) is unknown color: approx Camelot. HEX triplet: 86, 36 and 49. RGB value is (134,54,73). Sum of RGB (Red+Green+Blue) = 134+54+73=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #863649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863649 is #79C9B6. Grayscale: #505050. Windows color (decimal): -7981495 or 4798086. OLE color: 4798086.

HSL color Cylindrical-coordinate representation of color #863649: hue angle of 345.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863649 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1345473-
CMYK00.600.460.47
HSL345.75º42.55%36.86%-
HSV(B)345.75º59.7%52.55%-
XYZ12.358.197.23-
YUV80.09124166.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 73 (28.91% from 255) = 27.97%
R=51.34%
G=20.69%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134547300.600.460.47345.7542.5536.86
Hex86364903C2E2F15a2b25
Octal2066611107456575325345
Binary1000011011011010010010111100101110101111101011010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863649; }

 p { color: rgb(134,54,73); }

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

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

 a { background-color: rgb(134,54,73); }

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

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

 span { border-color: rgb(134,54,73); }

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