Shades of Rum #6C5C73
Tints of Rum #6C5C73
RGB
CMYK
RGB Variations
Color information
#6C5C73 (or 0x6C5C73) is known color: Rum. HEX triplet: 6C, 5C and 73. RGB value is (108,92,115). Sum of RGB (Red+Green+Blue) = 108+92+115=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C5C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5C73 is #93A38C. Grayscale: #636363. Windows color (decimal): -9675661 or 7560300. OLE color: 7560300.
HSL color Cylindrical-coordinate representation of color #6C5C73: hue angle of 281.74º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C5C73 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 92 | 115 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.55 |
| HSL | 281.74º | 0.11% | 0.41% | - |
| HSV(B) | 281.74º | 0.2% | 0.45% | - |
| XYZ | 13.11 | 12.08 | 17.86 | - |
| YUV | 99.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 92 | 115 | 0.06 | 0.20 | 0 | 0.55 | 281.74 | 0.11 | 0.41 |
| Hex | 6C | 5C | 73 | 6 | 14 | 0 | 37 | 11A | B | 29 |
| Octal | 154 | 134 | 163 | 6 | 24 | 0 | 67 | 432 | 13 | 51 |
| Binary | 1101100 | 1011100 | 1110011 | 110 | 10100 | 0 | 110111 | 100011010 | 1011 | 101001 |
Color Harmonies of #6C5C73
Complementary color
Monochromatic Colors of #6C5C73
Black with #6C5C73
Text Example
Text Example
White with #6C5C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5C73; }
p { color: rgb(108,92,115); }
H1.HeaderClassName
{
color: #6C5C73;
}
.AnyTagClassName
{
color: #6C5C73;
}
</style>
background-color css
<style>
a { background-color: #6C5C73; }
a { background-color: rgb(108,92,115); }
div.DivClassName
{
background-color: #6C5C73;
}
.BgClassName
{
background-color: #6C5C73;
}
</style>
border-color css
<style>
span { border-color: #6C5C73; }
span { border-color: rgb(108,92,115); }
td.TdClassName
{
border-color: #6C5C73;
}
.TagClassName
{
border-color: #6C5C73;
}
</style>