Shades of Camelot #863E4C
Tints of Camelot #863E4C
RGB
CMYK
RGB Variations
Color information
#863E4C (or 0x863E4C) is known color: Camelot. HEX triplet: 86, 3E and 4C. RGB value is (134,62,76). Sum of RGB (Red+Green+Blue) = 134+62+76=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #863E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E4C is #79C1B3. Grayscale: #555555. Windows color (decimal): -7979444 or 4996742. OLE color: 4996742.
HSL color Cylindrical-coordinate representation of color #863E4C: hue angle of 348.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863E4C is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 62 | 76 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.47 |
| HSL | 348.33º | 0.37% | 0.38% | - |
| HSV(B) | 348.33º | 0.54% | 0.53% | - |
| XYZ | 12.86 | 9.04 | 7.9 | - |
| YUV | 85.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 76 | 0 | 0.54 | 0.43 | 0.47 | 348.33 | 0.37 | 0.38 |
| Hex | 86 | 3E | 4C | 0 | 36 | 2B | 2F | 15C | 25 | 26 |
| Octal | 206 | 76 | 114 | 0 | 66 | 53 | 57 | 534 | 45 | 46 |
| Binary | 10000110 | 111110 | 1001100 | 0 | 110110 | 101011 | 101111 | 101011100 | 100101 | 100110 |
Color Harmonies of #863E4C
Complementary color
Monochromatic Colors of #863E4C
Black with #863E4C
Text Example
Text Example
White with #863E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863E4C; }
p { color: rgb(134,62,76); }
H1.HeaderClassName
{
color: #863E4C;
}
.AnyTagClassName
{
color: #863E4C;
}
</style>
background-color css
<style>
a { background-color: #863E4C; }
a { background-color: rgb(134,62,76); }
div.DivClassName
{
background-color: #863E4C;
}
.BgClassName
{
background-color: #863E4C;
}
</style>
border-color css
<style>
span { border-color: #863E4C; }
span { border-color: rgb(134,62,76); }
td.TdClassName
{
border-color: #863E4C;
}
.TagClassName
{
border-color: #863E4C;
}
</style>