Shades of Camelot #86404A
Tints of Camelot #86404A
RGB
CMYK
RGB Variations
Color information
#86404A (or 0x86404A) is known color: Camelot. HEX triplet: 86, 40 and 4A. RGB value is (134,64,74). Sum of RGB (Red+Green+Blue) = 134+64+74=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #86404A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86404A is #79BFB5. Grayscale: #565656. Windows color (decimal): -7978934 or 4866182. OLE color: 4866182.
HSL color Cylindrical-coordinate representation of color #86404A: hue angle of 351.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86404A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 64 | 74 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.47 |
| HSL | 351.43º | 0.35% | 0.39% | - |
| HSV(B) | 351.43º | 0.52% | 0.53% | - |
| XYZ | 12.9 | 9.23 | 7.58 | - |
| YUV | 86.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 74 | 0 | 0.52 | 0.45 | 0.47 | 351.43 | 0.35 | 0.39 |
| Hex | 86 | 40 | 4A | 0 | 34 | 2D | 2F | 15F | 23 | 27 |
| Octal | 206 | 100 | 112 | 0 | 64 | 55 | 57 | 537 | 43 | 47 |
| Binary | 10000110 | 1000000 | 1001010 | 0 | 110100 | 101101 | 101111 | 101011111 | 100011 | 100111 |
Color Harmonies of #86404A
Complementary color
Monochromatic Colors of #86404A
Black with #86404A
Text Example
Text Example
White with #86404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86404A; }
p { color: rgb(134,64,74); }
H1.HeaderClassName
{
color: #86404A;
}
.AnyTagClassName
{
color: #86404A;
}
</style>
background-color css
<style>
a { background-color: #86404A; }
a { background-color: rgb(134,64,74); }
div.DivClassName
{
background-color: #86404A;
}
.BgClassName
{
background-color: #86404A;
}
</style>
border-color css
<style>
span { border-color: #86404A; }
span { border-color: rgb(134,64,74); }
td.TdClassName
{
border-color: #86404A;
}
.TagClassName
{
border-color: #86404A;
}
</style>