Shades of Rum #6F6A70
Tints of Rum #6F6A70
RGB
CMYK
RGB Variations
Color information
#6F6A70 (or 0x6F6A70) is known color: Rum. HEX triplet: 6F, 6A and 70. RGB value is (111,106,112). Sum of RGB (Red+Green+Blue) = 111+106+112=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F6A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A70 is #90958F. Grayscale: #6C6C6C. Windows color (decimal): -9475472 or 7367279. OLE color: 7367279.
HSL color Cylindrical-coordinate representation of color #6F6A70: hue angle of 290º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F6A70 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 106 | 112 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.56 |
| HSL | 290º | 0.03% | 0.43% | - |
| HSV(B) | 290º | 0.05% | 0.44% | - |
| XYZ | 14.63 | 14.86 | 17.43 | - |
| YUV | 108.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 112 | 0.01 | 0.05 | 0 | 0.56 | 290 | 0.03 | 0.43 |
| Hex | 6F | 6A | 70 | 1 | 5 | 0 | 38 | 122 | 3 | 2B |
| Octal | 157 | 152 | 160 | 1 | 5 | 0 | 70 | 442 | 3 | 53 |
| Binary | 1101111 | 1101010 | 1110000 | 1 | 101 | 0 | 111000 | 100100010 | 11 | 101011 |
Color Harmonies of #6F6A70
Complementary color
Monochromatic Colors of #6F6A70
Black with #6F6A70
Text Example
Text Example
White with #6F6A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6A70; }
p { color: rgb(111,106,112); }
H1.HeaderClassName
{
color: #6F6A70;
}
.AnyTagClassName
{
color: #6F6A70;
}
</style>
background-color css
<style>
a { background-color: #6F6A70; }
a { background-color: rgb(111,106,112); }
div.DivClassName
{
background-color: #6F6A70;
}
.BgClassName
{
background-color: #6F6A70;
}
</style>
border-color css
<style>
span { border-color: #6F6A70; }
span { border-color: rgb(111,106,112); }
td.TdClassName
{
border-color: #6F6A70;
}
.TagClassName
{
border-color: #6F6A70;
}
</style>