Shades of Camelot #864256
Tints of Camelot #864256
RGB
CMYK
RGB Variations
Color information
#864256 (or 0x864256) is known color: Camelot. HEX triplet: 86, 42 and 56. RGB value is (134,66,86). Sum of RGB (Red+Green+Blue) = 134+66+86=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #864256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864256 is #79BDA9. Grayscale: #585858. Windows color (decimal): -7978410 or 5653126. OLE color: 5653126.
HSL color Cylindrical-coordinate representation of color #864256: hue angle of 342.35º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864256 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 66 | 86 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.47 |
| HSL | 342.35º | 0.34% | 0.39% | - |
| HSV(B) | 342.35º | 0.51% | 0.53% | - |
| XYZ | 13.46 | 9.64 | 9.95 | - |
| YUV | 88.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 86 | 0 | 0.51 | 0.36 | 0.47 | 342.35 | 0.34 | 0.39 |
| Hex | 86 | 42 | 56 | 0 | 33 | 24 | 2F | 156 | 22 | 27 |
| Octal | 206 | 102 | 126 | 0 | 63 | 44 | 57 | 526 | 42 | 47 |
| Binary | 10000110 | 1000010 | 1010110 | 0 | 110011 | 100100 | 101111 | 101010110 | 100010 | 100111 |
Color Harmonies of #864256
Complementary color
Monochromatic Colors of #864256
Black with #864256
Text Example
Text Example
White with #864256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864256; }
p { color: rgb(134,66,86); }
H1.HeaderClassName
{
color: #864256;
}
.AnyTagClassName
{
color: #864256;
}
</style>
background-color css
<style>
a { background-color: #864256; }
a { background-color: rgb(134,66,86); }
div.DivClassName
{
background-color: #864256;
}
.BgClassName
{
background-color: #864256;
}
</style>
border-color css
<style>
span { border-color: #864256; }
span { border-color: rgb(134,66,86); }
td.TdClassName
{
border-color: #864256;
}
.TagClassName
{
border-color: #864256;
}
</style>