Shades of Rum #6C5772
Tints of Rum #6C5772
RGB
CMYK
RGB Variations
Color information
#6C5772 (or 0x6C5772) is known color: Rum. HEX triplet: 6C, 57 and 72. RGB value is (108,87,114). Sum of RGB (Red+Green+Blue) = 108+87+114=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C5772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5772 is #93A88D. Grayscale: #606060. Windows color (decimal): -9676942 or 7493484. OLE color: 7493484.
HSL color Cylindrical-coordinate representation of color #6C5772: hue angle of 286.67º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C5772 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 87 | 114 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.55 |
| HSL | 286.67º | 0.13% | 0.39% | - |
| HSV(B) | 286.67º | 0.24% | 0.45% | - |
| XYZ | 12.63 | 11.22 | 17.42 | - |
| YUV | 96.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 114 | 0.05 | 0.24 | 0 | 0.55 | 286.67 | 0.13 | 0.39 |
| Hex | 6C | 57 | 72 | 5 | 18 | 0 | 37 | 11F | D | 27 |
| Octal | 154 | 127 | 162 | 5 | 30 | 0 | 67 | 437 | 15 | 47 |
| Binary | 1101100 | 1010111 | 1110010 | 101 | 11000 | 0 | 110111 | 100011111 | 1101 | 100111 |
Color Harmonies of #6C5772
Complementary color
Monochromatic Colors of #6C5772
Black with #6C5772
Text Example
Text Example
White with #6C5772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5772; }
p { color: rgb(108,87,114); }
H1.HeaderClassName
{
color: #6C5772;
}
.AnyTagClassName
{
color: #6C5772;
}
</style>
background-color css
<style>
a { background-color: #6C5772; }
a { background-color: rgb(108,87,114); }
div.DivClassName
{
background-color: #6C5772;
}
.BgClassName
{
background-color: #6C5772;
}
</style>
border-color css
<style>
span { border-color: #6C5772; }
span { border-color: rgb(108,87,114); }
td.TdClassName
{
border-color: #6C5772;
}
.TagClassName
{
border-color: #6C5772;
}
</style>