#863346

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

Shades of Camelot #863346

Tints of Camelot #863346

Color information

#863346 (or 0x863346) is unknown color: approx Camelot. HEX triplet: 86, 33 and 46. RGB value is (134,51,70). Sum of RGB (Red+Green+Blue) = 134+51+70=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #863346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863346 is #79CCB9. Grayscale: #4D4D4D. Windows color (decimal): -7982266 or 4600710. OLE color: 4600710.

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

Color convert

RGB1345170-
CMYK00.620.480.47
HSL346.27º44.86%36.27%-
HSV(B)346.27º61.94%52.55%-
XYZ12.127.886.68-
YUV77.98123.5167.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 70 (27.73% from 255) = 27.45%
R=52.55%
G=20%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134517000.620.480.47346.2744.8636.27
Hex86334603E302F15a2d24
Octal2066310607660575325544
Binary1000011011001110001100111110110000101111101011010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863346; }

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

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

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

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

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

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

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

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