Shades of Camelot #863C55
Tints of Camelot #863C55
RGB
CMYK
RGB Variations
Color information
#863C55 (or 0x863C55) is known color: Camelot. HEX triplet: 86, 3C and 55. RGB value is (134,60,85). Sum of RGB (Red+Green+Blue) = 134+60+85=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #863C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C55 is #79C3AA. Grayscale: #545454. Windows color (decimal): -7979947 or 5586054. OLE color: 5586054.
HSL color Cylindrical-coordinate representation of color #863C55: hue angle of 339.73º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863C55 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 85 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.47 |
| HSL | 339.73º | 0.38% | 0.38% | - |
| HSV(B) | 339.73º | 0.55% | 0.53% | - |
| XYZ | 13.09 | 8.96 | 9.63 | - |
| YUV | 84.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 85 | 0 | 0.55 | 0.37 | 0.47 | 339.73 | 0.38 | 0.38 |
| Hex | 86 | 3C | 55 | 0 | 37 | 25 | 2F | 154 | 26 | 26 |
| Octal | 206 | 74 | 125 | 0 | 67 | 45 | 57 | 524 | 46 | 46 |
| Binary | 10000110 | 111100 | 1010101 | 0 | 110111 | 100101 | 101111 | 101010100 | 100110 | 100110 |
Color Harmonies of #863C55
Complementary color
Monochromatic Colors of #863C55
Black with #863C55
Text Example
Text Example
White with #863C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C55; }
p { color: rgb(134,60,85); }
H1.HeaderClassName
{
color: #863C55;
}
.AnyTagClassName
{
color: #863C55;
}
</style>
background-color css
<style>
a { background-color: #863C55; }
a { background-color: rgb(134,60,85); }
div.DivClassName
{
background-color: #863C55;
}
.BgClassName
{
background-color: #863C55;
}
</style>
border-color css
<style>
span { border-color: #863C55; }
span { border-color: rgb(134,60,85); }
td.TdClassName
{
border-color: #863C55;
}
.TagClassName
{
border-color: #863C55;
}
</style>