Shades of Rum #685F6D
Tints of Rum #685F6D
RGB
CMYK
RGB Variations
Color information
#685F6D (or 0x685F6D) is known color: Rum. HEX triplet: 68, 5F and 6D. RGB value is (104,95,109). Sum of RGB (Red+Green+Blue) = 104+95+109=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 109 - color contains mainly: blue. Hex color #685F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F6D is #97A092. Grayscale: #636363. Windows color (decimal): -9937043 or 7167848. OLE color: 7167848.
HSL color Cylindrical-coordinate representation of color #685F6D: hue angle of 278.57º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #685F6D is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 95 | 109 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.57 |
| HSL | 278.57º | 0.07% | 0.4% | - |
| HSV(B) | 278.57º | 0.13% | 0.43% | - |
| XYZ | 12.56 | 12.23 | 16.17 | - |
| YUV | 99.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 109 | 0.05 | 0.13 | 0 | 0.57 | 278.57 | 0.07 | 0.4 |
| Hex | 68 | 5F | 6D | 5 | D | 0 | 39 | 117 | 7 | 28 |
| Octal | 150 | 137 | 155 | 5 | 15 | 0 | 71 | 427 | 7 | 50 |
| Binary | 1101000 | 1011111 | 1101101 | 101 | 1101 | 0 | 111001 | 100010111 | 111 | 101000 |
Color Harmonies of #685F6D
Complementary color
Monochromatic Colors of #685F6D
Black with #685F6D
Text Example
Text Example
White with #685F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685F6D; }
p { color: rgb(104,95,109); }
H1.HeaderClassName
{
color: #685F6D;
}
.AnyTagClassName
{
color: #685F6D;
}
</style>
background-color css
<style>
a { background-color: #685F6D; }
a { background-color: rgb(104,95,109); }
div.DivClassName
{
background-color: #685F6D;
}
.BgClassName
{
background-color: #685F6D;
}
</style>
border-color css
<style>
span { border-color: #685F6D; }
span { border-color: rgb(104,95,109); }
td.TdClassName
{
border-color: #685F6D;
}
.TagClassName
{
border-color: #685F6D;
}
</style>