Shades of Rum #6F6972
Tints of Rum #6F6972
RGB
CMYK
RGB Variations
Color information
#6F6972 (or 0x6F6972) is known color: Rum. HEX triplet: 6F, 69 and 72. RGB value is (111,105,114). Sum of RGB (Red+Green+Blue) = 111+105+114=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F6972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6972 is #90968D. Grayscale: #6B6B6B. Windows color (decimal): -9475726 or 7498095. OLE color: 7498095.
HSL color Cylindrical-coordinate representation of color #6F6972: hue angle of 280º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6F6972 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 105 | 114 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.55 |
| HSL | 280º | 0.04% | 0.43% | - |
| HSV(B) | 280º | 0.08% | 0.45% | - |
| XYZ | 14.64 | 14.7 | 17.98 | - |
| YUV | 107.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 114 | 0.03 | 0.08 | 0 | 0.55 | 280 | 0.04 | 0.43 |
| Hex | 6F | 69 | 72 | 3 | 8 | 0 | 37 | 118 | 4 | 2B |
| Octal | 157 | 151 | 162 | 3 | 10 | 0 | 67 | 430 | 4 | 53 |
| Binary | 1101111 | 1101001 | 1110010 | 11 | 1000 | 0 | 110111 | 100011000 | 100 | 101011 |
Color Harmonies of #6F6972
Complementary color
Monochromatic Colors of #6F6972
Black with #6F6972
Text Example
Text Example
White with #6F6972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6972; }
p { color: rgb(111,105,114); }
H1.HeaderClassName
{
color: #6F6972;
}
.AnyTagClassName
{
color: #6F6972;
}
</style>
background-color css
<style>
a { background-color: #6F6972; }
a { background-color: rgb(111,105,114); }
div.DivClassName
{
background-color: #6F6972;
}
.BgClassName
{
background-color: #6F6972;
}
</style>
border-color css
<style>
span { border-color: #6F6972; }
span { border-color: rgb(111,105,114); }
td.TdClassName
{
border-color: #6F6972;
}
.TagClassName
{
border-color: #6F6972;
}
</style>