Shades of Camelot #854656
Tints of Camelot #854656
RGB
CMYK
RGB Variations
Color information
#854656 (or 0x854656) is known color: Camelot. HEX triplet: 85, 46 and 56. RGB value is (133,70,86). Sum of RGB (Red+Green+Blue) = 133+70+86=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #854656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854656 is #7AB9A9. Grayscale: #5A5A5A. Windows color (decimal): -8042922 or 5654149. OLE color: 5654149.
HSL color Cylindrical-coordinate representation of color #854656: hue angle of 344.76º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854656 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 70 | 86 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.48 |
| HSL | 344.76º | 0.31% | 0.4% | - |
| HSV(B) | 344.76º | 0.47% | 0.52% | - |
| XYZ | 13.54 | 10.04 | 10.03 | - |
| YUV | 90.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 86 | 0 | 0.47 | 0.35 | 0.48 | 344.76 | 0.31 | 0.4 |
| Hex | 85 | 46 | 56 | 0 | 2F | 23 | 30 | 159 | 1F | 28 |
| Octal | 205 | 106 | 126 | 0 | 57 | 43 | 60 | 531 | 37 | 50 |
| Binary | 10000101 | 1000110 | 1010110 | 0 | 101111 | 100011 | 110000 | 101011001 | 11111 | 101000 |
Color Harmonies of #854656
Complementary color
Monochromatic Colors of #854656
Black with #854656
Text Example
Text Example
White with #854656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854656; }
p { color: rgb(133,70,86); }
H1.HeaderClassName
{
color: #854656;
}
.AnyTagClassName
{
color: #854656;
}
</style>
background-color css
<style>
a { background-color: #854656; }
a { background-color: rgb(133,70,86); }
div.DivClassName
{
background-color: #854656;
}
.BgClassName
{
background-color: #854656;
}
</style>
border-color css
<style>
span { border-color: #854656; }
span { border-color: rgb(133,70,86); }
td.TdClassName
{
border-color: #854656;
}
.TagClassName
{
border-color: #854656;
}
</style>