Shades of Rum #6F6077
Tints of Rum #6F6077
RGB
CMYK
RGB Variations
Color information
#6F6077 (or 0x6F6077) is known color: Rum. HEX triplet: 6F, 60 and 77. RGB value is (111,96,119). Sum of RGB (Red+Green+Blue) = 111+96+119=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F6077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6077 is #909F88. Grayscale: #676767. Windows color (decimal): -9478025 or 7823471. OLE color: 7823471.
HSL color Cylindrical-coordinate representation of color #6F6077: hue angle of 279.13º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F6077 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 96 | 119 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.53 |
| HSL | 279.13º | 0.11% | 0.42% | - |
| HSV(B) | 279.13º | 0.19% | 0.47% | - |
| XYZ | 14.07 | 13.08 | 19.24 | - |
| YUV | 103.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 119 | 0.07 | 0.19 | 0 | 0.53 | 279.13 | 0.11 | 0.42 |
| Hex | 6F | 60 | 77 | 7 | 13 | 0 | 35 | 117 | B | 2A |
| Octal | 157 | 140 | 167 | 7 | 23 | 0 | 65 | 427 | 13 | 52 |
| Binary | 1101111 | 1100000 | 1110111 | 111 | 10011 | 0 | 110101 | 100010111 | 1011 | 101010 |
Color Harmonies of #6F6077
Complementary color
Monochromatic Colors of #6F6077
Black with #6F6077
Text Example
Text Example
White with #6F6077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6077; }
p { color: rgb(111,96,119); }
H1.HeaderClassName
{
color: #6F6077;
}
.AnyTagClassName
{
color: #6F6077;
}
</style>
background-color css
<style>
a { background-color: #6F6077; }
a { background-color: rgb(111,96,119); }
div.DivClassName
{
background-color: #6F6077;
}
.BgClassName
{
background-color: #6F6077;
}
</style>
border-color css
<style>
span { border-color: #6F6077; }
span { border-color: rgb(111,96,119); }
td.TdClassName
{
border-color: #6F6077;
}
.TagClassName
{
border-color: #6F6077;
}
</style>