Shades of Camelot #884655
Tints of Camelot #884655
RGB
CMYK
RGB Variations
Color information
#884655 (or 0x884655) is known color: Camelot. HEX triplet: 88, 46 and 55. RGB value is (136,70,85). Sum of RGB (Red+Green+Blue) = 136+70+85=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #884655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884655 is #77B9AA. Grayscale: #5B5B5B. Windows color (decimal): -7846315 or 5588616. OLE color: 5588616.
HSL color Cylindrical-coordinate representation of color #884655: hue angle of 346.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884655 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 70 | 85 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.47 |
| HSL | 346.36º | 0.32% | 0.4% | - |
| HSV(B) | 346.36º | 0.49% | 0.53% | - |
| XYZ | 13.98 | 10.27 | 9.84 | - |
| YUV | 91.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 85 | 0 | 0.49 | 0.38 | 0.47 | 346.36 | 0.32 | 0.4 |
| Hex | 88 | 46 | 55 | 0 | 31 | 26 | 2F | 15A | 20 | 28 |
| Octal | 210 | 106 | 125 | 0 | 61 | 46 | 57 | 532 | 40 | 50 |
| Binary | 10001000 | 1000110 | 1010101 | 0 | 110001 | 100110 | 101111 | 101011010 | 100000 | 101000 |
Color Harmonies of #884655
Complementary color
Monochromatic Colors of #884655
Black with #884655
Text Example
Text Example
White with #884655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884655; }
p { color: rgb(136,70,85); }
H1.HeaderClassName
{
color: #884655;
}
.AnyTagClassName
{
color: #884655;
}
</style>
background-color css
<style>
a { background-color: #884655; }
a { background-color: rgb(136,70,85); }
div.DivClassName
{
background-color: #884655;
}
.BgClassName
{
background-color: #884655;
}
</style>
border-color css
<style>
span { border-color: #884655; }
span { border-color: rgb(136,70,85); }
td.TdClassName
{
border-color: #884655;
}
.TagClassName
{
border-color: #884655;
}
</style>