Shades of Camelot #864654
Tints of Camelot #864654
RGB
CMYK
RGB Variations
Color information
#864654 (or 0x864654) is known color: Camelot. HEX triplet: 86, 46 and 54. RGB value is (134,70,84). Sum of RGB (Red+Green+Blue) = 134+70+84=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #864654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864654 is #79B9AB. Grayscale: #5A5A5A. Windows color (decimal): -7977388 or 5523078. OLE color: 5523078.
HSL color Cylindrical-coordinate representation of color #864654: hue angle of 346.88º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #864654 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 70 | 84 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.47 |
| HSL | 346.88º | 0.31% | 0.4% | - |
| HSV(B) | 346.88º | 0.48% | 0.53% | - |
| XYZ | 13.62 | 10.09 | 9.62 | - |
| YUV | 90.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 84 | 0 | 0.48 | 0.37 | 0.47 | 346.88 | 0.31 | 0.4 |
| Hex | 86 | 46 | 54 | 0 | 30 | 25 | 2F | 15B | 1F | 28 |
| Octal | 206 | 106 | 124 | 0 | 60 | 45 | 57 | 533 | 37 | 50 |
| Binary | 10000110 | 1000110 | 1010100 | 0 | 110000 | 100101 | 101111 | 101011011 | 11111 | 101000 |
Color Harmonies of #864654
Complementary color
Monochromatic Colors of #864654
Black with #864654
Text Example
Text Example
White with #864654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864654; }
p { color: rgb(134,70,84); }
H1.HeaderClassName
{
color: #864654;
}
.AnyTagClassName
{
color: #864654;
}
</style>
background-color css
<style>
a { background-color: #864654; }
a { background-color: rgb(134,70,84); }
div.DivClassName
{
background-color: #864654;
}
.BgClassName
{
background-color: #864654;
}
</style>
border-color css
<style>
span { border-color: #864654; }
span { border-color: rgb(134,70,84); }
td.TdClassName
{
border-color: #864654;
}
.TagClassName
{
border-color: #864654;
}
</style>