#863647

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

Shades of Camelot #863647

Tints of Camelot #863647

Color information

#863647 (or 0x863647) is unknown color: approx Camelot. HEX triplet: 86, 36 and 47. RGB value is (134,54,71). Sum of RGB (Red+Green+Blue) = 134+54+71=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #863647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863647 is #79C9B8. Grayscale: #4F4F4F. Windows color (decimal): -7981497 or 4667014. OLE color: 4667014.

HSL color Cylindrical-coordinate representation of color #863647: hue angle of 347.25º 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 #863647 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1345471-
CMYK00.600.470.47
HSL347.25º42.55%36.86%-
HSV(B)347.25º59.7%52.55%-
XYZ12.298.166.89-
YUV79.86123166.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 54 (21.48% from 255) = 20.85%
BLUE value IS 71 (28.12% from 255) = 27.41%
R=51.74%
G=20.85%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134547100.600.470.47347.2542.5536.86
Hex86364703C2F2F15b2b25
Octal2066610707457575335345
Binary1000011011011010001110111100101111101111101011011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863647; }

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

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

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

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

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

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

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

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