Shades of Camelot #863A46
Tints of Camelot #863A46
RGB
CMYK
RGB Variations
Color information
#863A46 (or 0x863A46) is known color: Camelot. HEX triplet: 86, 3A and 46. RGB value is (134,58,70). Sum of RGB (Red+Green+Blue) = 134+58+70=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #863A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A46 is #79C5B9. Grayscale: #525252. Windows color (decimal): -7980474 or 4602502. OLE color: 4602502.
HSL color Cylindrical-coordinate representation of color #863A46: hue angle of 350.53º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A46 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 70 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.47 |
| HSL | 350.53º | 0.4% | 0.38% | - |
| HSV(B) | 350.53º | 0.57% | 0.53% | - |
| XYZ | 12.45 | 8.54 | 6.79 | - |
| YUV | 82.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 70 | 0 | 0.57 | 0.48 | 0.47 | 350.53 | 0.4 | 0.38 |
| Hex | 86 | 3A | 46 | 0 | 39 | 30 | 2F | 15F | 28 | 26 |
| Octal | 206 | 72 | 106 | 0 | 71 | 60 | 57 | 537 | 50 | 46 |
| Binary | 10000110 | 111010 | 1000110 | 0 | 111001 | 110000 | 101111 | 101011111 | 101000 | 100110 |
Color Harmonies of #863A46
Complementary color
Monochromatic Colors of #863A46
Black with #863A46
Text Example
Text Example
White with #863A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A46; }
p { color: rgb(134,58,70); }
H1.HeaderClassName
{
color: #863A46;
}
.AnyTagClassName
{
color: #863A46;
}
</style>
background-color css
<style>
a { background-color: #863A46; }
a { background-color: rgb(134,58,70); }
div.DivClassName
{
background-color: #863A46;
}
.BgClassName
{
background-color: #863A46;
}
</style>
border-color css
<style>
span { border-color: #863A46; }
span { border-color: rgb(134,58,70); }
td.TdClassName
{
border-color: #863A46;
}
.TagClassName
{
border-color: #863A46;
}
</style>