Shades of Rum #6C636D
Tints of Rum #6C636D
RGB
CMYK
RGB Variations
Color information
#6C636D (or 0x6C636D) is known color: Rum. HEX triplet: 6C, 63 and 6D. RGB value is (108,99,109). Sum of RGB (Red+Green+Blue) = 108+99+109=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C636D is #939C92. Grayscale: #666666. Windows color (decimal): -9673875 or 7168876. OLE color: 7168876.
HSL color Cylindrical-coordinate representation of color #6C636D: hue angle of 294º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6C636D is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 99 | 109 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.57 |
| HSL | 294º | 0.05% | 0.41% | - |
| HSV(B) | 294º | 0.09% | 0.43% | - |
| XYZ | 13.41 | 13.22 | 16.31 | - |
| YUV | 102.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 109 | 0.01 | 0.09 | 0 | 0.57 | 294 | 0.05 | 0.41 |
| Hex | 6C | 63 | 6D | 1 | 9 | 0 | 39 | 126 | 5 | 29 |
| Octal | 154 | 143 | 155 | 1 | 11 | 0 | 71 | 446 | 5 | 51 |
| Binary | 1101100 | 1100011 | 1101101 | 1 | 1001 | 0 | 111001 | 100100110 | 101 | 101001 |
Color Harmonies of #6C636D
Complementary color
Monochromatic Colors of #6C636D
Black with #6C636D
Text Example
Text Example
White with #6C636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C636D; }
p { color: rgb(108,99,109); }
H1.HeaderClassName
{
color: #6C636D;
}
.AnyTagClassName
{
color: #6C636D;
}
</style>
background-color css
<style>
a { background-color: #6C636D; }
a { background-color: rgb(108,99,109); }
div.DivClassName
{
background-color: #6C636D;
}
.BgClassName
{
background-color: #6C636D;
}
</style>
border-color css
<style>
span { border-color: #6C636D; }
span { border-color: rgb(108,99,109); }
td.TdClassName
{
border-color: #6C636D;
}
.TagClassName
{
border-color: #6C636D;
}
</style>