Shades of Camelot #863D4C
Tints of Camelot #863D4C
RGB
CMYK
RGB Variations
Color information
#863D4C (or 0x863D4C) is known color: Camelot. HEX triplet: 86, 3D and 4C. RGB value is (134,61,76). Sum of RGB (Red+Green+Blue) = 134+61+76=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #863D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D4C is #79C2B3. Grayscale: #545454. Windows color (decimal): -7979700 or 4996486. OLE color: 4996486.
HSL color Cylindrical-coordinate representation of color #863D4C: hue angle of 347.67º 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 #863D4C is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 61 | 76 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.47 |
| HSL | 347.67º | 0.37% | 0.38% | - |
| HSV(B) | 347.67º | 0.54% | 0.53% | - |
| XYZ | 12.8 | 8.93 | 7.89 | - |
| YUV | 84.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 76 | 0 | 0.54 | 0.43 | 0.47 | 347.67 | 0.37 | 0.38 |
| Hex | 86 | 3D | 4C | 0 | 36 | 2B | 2F | 15C | 25 | 26 |
| Octal | 206 | 75 | 114 | 0 | 66 | 53 | 57 | 534 | 45 | 46 |
| Binary | 10000110 | 111101 | 1001100 | 0 | 110110 | 101011 | 101111 | 101011100 | 100101 | 100110 |
Color Harmonies of #863D4C
Complementary color
Monochromatic Colors of #863D4C
Black with #863D4C
Text Example
Text Example
White with #863D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863D4C; }
p { color: rgb(134,61,76); }
H1.HeaderClassName
{
color: #863D4C;
}
.AnyTagClassName
{
color: #863D4C;
}
</style>
background-color css
<style>
a { background-color: #863D4C; }
a { background-color: rgb(134,61,76); }
div.DivClassName
{
background-color: #863D4C;
}
.BgClassName
{
background-color: #863D4C;
}
</style>
border-color css
<style>
span { border-color: #863D4C; }
span { border-color: rgb(134,61,76); }
td.TdClassName
{
border-color: #863D4C;
}
.TagClassName
{
border-color: #863D4C;
}
</style>