Shades of Rum #6C6170
Tints of Rum #6C6170
RGB
CMYK
RGB Variations
Color information
#6C6170 (or 0x6C6170) is known color: Rum. HEX triplet: 6C, 61 and 70. RGB value is (108,97,112). Sum of RGB (Red+Green+Blue) = 108+97+112=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C6170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6170 is #939E8F. Grayscale: #656565. Windows color (decimal): -9674384 or 7364972. OLE color: 7364972.
HSL color Cylindrical-coordinate representation of color #6C6170: hue angle of 284º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C6170 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 97 | 112 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.56 |
| HSL | 284º | 0.07% | 0.41% | - |
| HSV(B) | 284º | 0.13% | 0.44% | - |
| XYZ | 13.38 | 12.91 | 17.12 | - |
| YUV | 102 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 112 | 0.04 | 0.13 | 0 | 0.56 | 284 | 0.07 | 0.41 |
| Hex | 6C | 61 | 70 | 4 | D | 0 | 38 | 11C | 7 | 29 |
| Octal | 154 | 141 | 160 | 4 | 15 | 0 | 70 | 434 | 7 | 51 |
| Binary | 1101100 | 1100001 | 1110000 | 100 | 1101 | 0 | 111000 | 100011100 | 111 | 101001 |
Color Harmonies of #6C6170
Complementary color
Monochromatic Colors of #6C6170
Black with #6C6170
Text Example
Text Example
White with #6C6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6170; }
p { color: rgb(108,97,112); }
H1.HeaderClassName
{
color: #6C6170;
}
.AnyTagClassName
{
color: #6C6170;
}
</style>
background-color css
<style>
a { background-color: #6C6170; }
a { background-color: rgb(108,97,112); }
div.DivClassName
{
background-color: #6C6170;
}
.BgClassName
{
background-color: #6C6170;
}
</style>
border-color css
<style>
span { border-color: #6C6170; }
span { border-color: rgb(108,97,112); }
td.TdClassName
{
border-color: #6C6170;
}
.TagClassName
{
border-color: #6C6170;
}
</style>