Shades of Camelot #863C4A
Tints of Camelot #863C4A
RGB
CMYK
RGB Variations
Color information
#863C4A (or 0x863C4A) is known color: Camelot. HEX triplet: 86, 3C and 4A. RGB value is (134,60,74). Sum of RGB (Red+Green+Blue) = 134+60+74=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #863C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C4A is #79C3B5. Grayscale: #535353. Windows color (decimal): -7979958 or 4865158. OLE color: 4865158.
HSL color Cylindrical-coordinate representation of color #863C4A: hue angle of 348.65º 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 #863C4A is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 74 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.47 |
| HSL | 348.65º | 0.38% | 0.38% | - |
| HSV(B) | 348.65º | 0.55% | 0.53% | - |
| XYZ | 12.68 | 8.79 | 7.51 | - |
| YUV | 83.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 74 | 0 | 0.55 | 0.45 | 0.47 | 348.65 | 0.38 | 0.38 |
| Hex | 86 | 3C | 4A | 0 | 37 | 2D | 2F | 15D | 26 | 26 |
| Octal | 206 | 74 | 112 | 0 | 67 | 55 | 57 | 535 | 46 | 46 |
| Binary | 10000110 | 111100 | 1001010 | 0 | 110111 | 101101 | 101111 | 101011101 | 100110 | 100110 |
Color Harmonies of #863C4A
Complementary color
Monochromatic Colors of #863C4A
Black with #863C4A
Text Example
Text Example
White with #863C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C4A; }
p { color: rgb(134,60,74); }
H1.HeaderClassName
{
color: #863C4A;
}
.AnyTagClassName
{
color: #863C4A;
}
</style>
background-color css
<style>
a { background-color: #863C4A; }
a { background-color: rgb(134,60,74); }
div.DivClassName
{
background-color: #863C4A;
}
.BgClassName
{
background-color: #863C4A;
}
</style>
border-color css
<style>
span { border-color: #863C4A; }
span { border-color: rgb(134,60,74); }
td.TdClassName
{
border-color: #863C4A;
}
.TagClassName
{
border-color: #863C4A;
}
</style>