Shades of Rum #6C5C72
Tints of Rum #6C5C72
RGB
CMYK
RGB Variations
Color information
#6C5C72 (or 0x6C5C72) is known color: Rum. HEX triplet: 6C, 5C and 72. RGB value is (108,92,114). Sum of RGB (Red+Green+Blue) = 108+92+114=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C5C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5C72 is #93A38D. Grayscale: #636363. Windows color (decimal): -9675662 or 7494764. OLE color: 7494764.
HSL color Cylindrical-coordinate representation of color #6C5C72: hue angle of 283.64º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C5C72 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 92 | 114 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.55 |
| HSL | 283.64º | 0.11% | 0.4% | - |
| HSV(B) | 283.64º | 0.19% | 0.45% | - |
| XYZ | 13.05 | 12.06 | 17.56 | - |
| YUV | 99.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 92 | 114 | 0.05 | 0.19 | 0 | 0.55 | 283.64 | 0.11 | 0.4 |
| Hex | 6C | 5C | 72 | 5 | 13 | 0 | 37 | 11C | B | 28 |
| Octal | 154 | 134 | 162 | 5 | 23 | 0 | 67 | 434 | 13 | 50 |
| Binary | 1101100 | 1011100 | 1110010 | 101 | 10011 | 0 | 110111 | 100011100 | 1011 | 101000 |
Color Harmonies of #6C5C72
Complementary color
Monochromatic Colors of #6C5C72
Black with #6C5C72
Text Example
Text Example
White with #6C5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5C72; }
p { color: rgb(108,92,114); }
H1.HeaderClassName
{
color: #6C5C72;
}
.AnyTagClassName
{
color: #6C5C72;
}
</style>
background-color css
<style>
a { background-color: #6C5C72; }
a { background-color: rgb(108,92,114); }
div.DivClassName
{
background-color: #6C5C72;
}
.BgClassName
{
background-color: #6C5C72;
}
</style>
border-color css
<style>
span { border-color: #6C5C72; }
span { border-color: rgb(108,92,114); }
td.TdClassName
{
border-color: #6C5C72;
}
.TagClassName
{
border-color: #6C5C72;
}
</style>