Shades of Camelot #863C4E
Tints of Camelot #863C4E
RGB
CMYK
RGB Variations
Color information
#863C4E (or 0x863C4E) is known color: Camelot. HEX triplet: 86, 3C and 4E. RGB value is (134,60,78). Sum of RGB (Red+Green+Blue) = 134+60+78=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #863C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C4E is #79C3B1. Grayscale: #545454. Windows color (decimal): -7979954 or 5127302. OLE color: 5127302.
HSL color Cylindrical-coordinate representation of color #863C4E: hue angle of 345.41º 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 #863C4E is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 78 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.47 |
| HSL | 345.41º | 0.38% | 0.38% | - |
| HSV(B) | 345.41º | 0.55% | 0.53% | - |
| XYZ | 12.82 | 8.85 | 8.24 | - |
| YUV | 84.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 78 | 0 | 0.55 | 0.42 | 0.47 | 345.41 | 0.38 | 0.38 |
| Hex | 86 | 3C | 4E | 0 | 37 | 2A | 2F | 159 | 26 | 26 |
| Octal | 206 | 74 | 116 | 0 | 67 | 52 | 57 | 531 | 46 | 46 |
| Binary | 10000110 | 111100 | 1001110 | 0 | 110111 | 101010 | 101111 | 101011001 | 100110 | 100110 |
Color Harmonies of #863C4E
Complementary color
Monochromatic Colors of #863C4E
Black with #863C4E
Text Example
Text Example
White with #863C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C4E; }
p { color: rgb(134,60,78); }
H1.HeaderClassName
{
color: #863C4E;
}
.AnyTagClassName
{
color: #863C4E;
}
</style>
background-color css
<style>
a { background-color: #863C4E; }
a { background-color: rgb(134,60,78); }
div.DivClassName
{
background-color: #863C4E;
}
.BgClassName
{
background-color: #863C4E;
}
</style>
border-color css
<style>
span { border-color: #863C4E; }
span { border-color: rgb(134,60,78); }
td.TdClassName
{
border-color: #863C4E;
}
.TagClassName
{
border-color: #863C4E;
}
</style>