Shades of Rum #6F6374
Tints of Rum #6F6374
RGB
CMYK
RGB Variations
Color information
#6F6374 (or 0x6F6374) is known color: Rum. HEX triplet: 6F, 63 and 74. RGB value is (111,99,116). Sum of RGB (Red+Green+Blue) = 111+99+116=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F6374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6374 is #909C8B. Grayscale: #686868. Windows color (decimal): -9477260 or 7627631. OLE color: 7627631.
HSL color Cylindrical-coordinate representation of color #6F6374: hue angle of 282.35º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F6374 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 99 | 116 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.55 |
| HSL | 282.35º | 0.08% | 0.42% | - |
| HSV(B) | 282.35º | 0.15% | 0.45% | - |
| XYZ | 14.17 | 13.56 | 18.39 | - |
| YUV | 104.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 116 | 0.04 | 0.15 | 0 | 0.55 | 282.35 | 0.08 | 0.42 |
| Hex | 6F | 63 | 74 | 4 | F | 0 | 37 | 11A | 8 | 2A |
| Octal | 157 | 143 | 164 | 4 | 17 | 0 | 67 | 432 | 10 | 52 |
| Binary | 1101111 | 1100011 | 1110100 | 100 | 1111 | 0 | 110111 | 100011010 | 1000 | 101010 |
Color Harmonies of #6F6374
Complementary color
Monochromatic Colors of #6F6374
Black with #6F6374
Text Example
Text Example
White with #6F6374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6374; }
p { color: rgb(111,99,116); }
H1.HeaderClassName
{
color: #6F6374;
}
.AnyTagClassName
{
color: #6F6374;
}
</style>
background-color css
<style>
a { background-color: #6F6374; }
a { background-color: rgb(111,99,116); }
div.DivClassName
{
background-color: #6F6374;
}
.BgClassName
{
background-color: #6F6374;
}
</style>
border-color css
<style>
span { border-color: #6F6374; }
span { border-color: rgb(111,99,116); }
td.TdClassName
{
border-color: #6F6374;
}
.TagClassName
{
border-color: #6F6374;
}
</style>