Shades of Rum #6F6073
Tints of Rum #6F6073
RGB
CMYK
RGB Variations
Color information
#6F6073 (or 0x6F6073) is known color: Rum. HEX triplet: 6F, 60 and 73. RGB value is (111,96,115). Sum of RGB (Red+Green+Blue) = 111+96+115=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F6073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6073 is #909F8C. Grayscale: #666666. Windows color (decimal): -9478029 or 7561327. OLE color: 7561327.
HSL color Cylindrical-coordinate representation of color #6F6073: hue angle of 287.37º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F6073 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 96 | 115 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.55 |
| HSL | 287.37º | 0.09% | 0.41% | - |
| HSV(B) | 287.37º | 0.17% | 0.45% | - |
| XYZ | 13.83 | 12.98 | 18 | - |
| YUV | 102.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 115 | 0.03 | 0.17 | 0 | 0.55 | 287.37 | 0.09 | 0.41 |
| Hex | 6F | 60 | 73 | 3 | 11 | 0 | 37 | 11F | 9 | 29 |
| Octal | 157 | 140 | 163 | 3 | 21 | 0 | 67 | 437 | 11 | 51 |
| Binary | 1101111 | 1100000 | 1110011 | 11 | 10001 | 0 | 110111 | 100011111 | 1001 | 101001 |
Color Harmonies of #6F6073
Complementary color
Monochromatic Colors of #6F6073
Black with #6F6073
Text Example
Text Example
White with #6F6073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6073; }
p { color: rgb(111,96,115); }
H1.HeaderClassName
{
color: #6F6073;
}
.AnyTagClassName
{
color: #6F6073;
}
</style>
background-color css
<style>
a { background-color: #6F6073; }
a { background-color: rgb(111,96,115); }
div.DivClassName
{
background-color: #6F6073;
}
.BgClassName
{
background-color: #6F6073;
}
</style>
border-color css
<style>
span { border-color: #6F6073; }
span { border-color: rgb(111,96,115); }
td.TdClassName
{
border-color: #6F6073;
}
.TagClassName
{
border-color: #6F6073;
}
</style>