Shades of Camelot #863B4E
Tints of Camelot #863B4E
RGB
CMYK
RGB Variations
Color information
#863B4E (or 0x863B4E) is known color: Camelot. HEX triplet: 86, 3B and 4E. RGB value is (134,59,78). Sum of RGB (Red+Green+Blue) = 134+59+78=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #863B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863B4E is #79C4B1. Grayscale: #535353. Windows color (decimal): -7980210 or 5127046. OLE color: 5127046.
HSL color Cylindrical-coordinate representation of color #863B4E: hue angle of 344.8º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #863B4E is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 78 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.47 |
| HSL | 344.8º | 0.39% | 0.38% | - |
| HSV(B) | 344.8º | 0.56% | 0.53% | - |
| XYZ | 12.77 | 8.75 | 8.22 | - |
| YUV | 83.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 78 | 0 | 0.56 | 0.42 | 0.47 | 344.8 | 0.39 | 0.38 |
| Hex | 86 | 3B | 4E | 0 | 38 | 2A | 2F | 159 | 27 | 26 |
| Octal | 206 | 73 | 116 | 0 | 70 | 52 | 57 | 531 | 47 | 46 |
| Binary | 10000110 | 111011 | 1001110 | 0 | 111000 | 101010 | 101111 | 101011001 | 100111 | 100110 |
Color Harmonies of #863B4E
Complementary color
Monochromatic Colors of #863B4E
Black with #863B4E
Text Example
Text Example
White with #863B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B4E; }
p { color: rgb(134,59,78); }
H1.HeaderClassName
{
color: #863B4E;
}
.AnyTagClassName
{
color: #863B4E;
}
</style>
background-color css
<style>
a { background-color: #863B4E; }
a { background-color: rgb(134,59,78); }
div.DivClassName
{
background-color: #863B4E;
}
.BgClassName
{
background-color: #863B4E;
}
</style>
border-color css
<style>
span { border-color: #863B4E; }
span { border-color: rgb(134,59,78); }
td.TdClassName
{
border-color: #863B4E;
}
.TagClassName
{
border-color: #863B4E;
}
</style>