Shades of Camelot #864555
Tints of Camelot #864555
RGB
CMYK
RGB Variations
Color information
#864555 (or 0x864555) is known color: Camelot. HEX triplet: 86, 45 and 55. RGB value is (134,69,85). Sum of RGB (Red+Green+Blue) = 134+69+85=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #864555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864555 is #79BAAA. Grayscale: #5A5A5A. Windows color (decimal): -7977643 or 5588358. OLE color: 5588358.
HSL color Cylindrical-coordinate representation of color #864555: hue angle of 345.23º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #864555 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 69 | 85 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.47 |
| HSL | 345.23º | 0.32% | 0.4% | - |
| HSV(B) | 345.23º | 0.49% | 0.53% | - |
| XYZ | 13.6 | 9.98 | 9.8 | - |
| YUV | 90.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 69 | 85 | 0 | 0.49 | 0.37 | 0.47 | 345.23 | 0.32 | 0.4 |
| Hex | 86 | 45 | 55 | 0 | 31 | 25 | 2F | 159 | 20 | 28 |
| Octal | 206 | 105 | 125 | 0 | 61 | 45 | 57 | 531 | 40 | 50 |
| Binary | 10000110 | 1000101 | 1010101 | 0 | 110001 | 100101 | 101111 | 101011001 | 100000 | 101000 |
Color Harmonies of #864555
Complementary color
Monochromatic Colors of #864555
Black with #864555
Text Example
Text Example
White with #864555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864555; }
p { color: rgb(134,69,85); }
H1.HeaderClassName
{
color: #864555;
}
.AnyTagClassName
{
color: #864555;
}
</style>
background-color css
<style>
a { background-color: #864555; }
a { background-color: rgb(134,69,85); }
div.DivClassName
{
background-color: #864555;
}
.BgClassName
{
background-color: #864555;
}
</style>
border-color css
<style>
span { border-color: #864555; }
span { border-color: rgb(134,69,85); }
td.TdClassName
{
border-color: #864555;
}
.TagClassName
{
border-color: #864555;
}
</style>