Shades of Rum #6C5872
Tints of Rum #6C5872
RGB
CMYK
RGB Variations
Color information
#6C5872 (or 0x6C5872) is known color: Rum. HEX triplet: 6C, 58 and 72. RGB value is (108,88,114). Sum of RGB (Red+Green+Blue) = 108+88+114=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C5872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5872 is #93A78D. Grayscale: #606060. Windows color (decimal): -9676686 or 7493740. OLE color: 7493740.
HSL color Cylindrical-coordinate representation of color #6C5872: hue angle of 286.15º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C5872 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 88 | 114 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.55 |
| HSL | 286.15º | 0.13% | 0.4% | - |
| HSV(B) | 286.15º | 0.23% | 0.45% | - |
| XYZ | 12.71 | 11.38 | 17.45 | - |
| YUV | 96.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 114 | 0.05 | 0.23 | 0 | 0.55 | 286.15 | 0.13 | 0.4 |
| Hex | 6C | 58 | 72 | 5 | 17 | 0 | 37 | 11E | D | 28 |
| Octal | 154 | 130 | 162 | 5 | 27 | 0 | 67 | 436 | 15 | 50 |
| Binary | 1101100 | 1011000 | 1110010 | 101 | 10111 | 0 | 110111 | 100011110 | 1101 | 101000 |
Color Harmonies of #6C5872
Complementary color
Monochromatic Colors of #6C5872
Black with #6C5872
Text Example
Text Example
White with #6C5872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5872; }
p { color: rgb(108,88,114); }
H1.HeaderClassName
{
color: #6C5872;
}
.AnyTagClassName
{
color: #6C5872;
}
</style>
background-color css
<style>
a { background-color: #6C5872; }
a { background-color: rgb(108,88,114); }
div.DivClassName
{
background-color: #6C5872;
}
.BgClassName
{
background-color: #6C5872;
}
</style>
border-color css
<style>
span { border-color: #6C5872; }
span { border-color: rgb(108,88,114); }
td.TdClassName
{
border-color: #6C5872;
}
.TagClassName
{
border-color: #6C5872;
}
</style>