Shades of Rum #6A656B
Tints of Rum #6A656B
RGB
CMYK
RGB Variations
Color information
#6A656B (or 0x6A656B) is known color: Rum. HEX triplet: 6A, 65 and 6B. RGB value is (106,101,107). Sum of RGB (Red+Green+Blue) = 106+101+107=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A656B is #959A94. Grayscale: #676767. Windows color (decimal): -9804437 or 7038314. OLE color: 7038314.
HSL color Cylindrical-coordinate representation of color #6A656B: hue angle of 290º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6A656B is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 101 | 107 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.58 |
| HSL | 290º | 0.03% | 0.41% | - |
| HSV(B) | 290º | 0.06% | 0.42% | - |
| XYZ | 13.25 | 13.43 | 15.8 | - |
| YUV | 103.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 107 | 0.01 | 0.06 | 0 | 0.58 | 290 | 0.03 | 0.41 |
| Hex | 6A | 65 | 6B | 1 | 6 | 0 | 3A | 122 | 3 | 29 |
| Octal | 152 | 145 | 153 | 1 | 6 | 0 | 72 | 442 | 3 | 51 |
| Binary | 1101010 | 1100101 | 1101011 | 1 | 110 | 0 | 111010 | 100100010 | 11 | 101001 |
Color Harmonies of #6A656B
Complementary color
Monochromatic Colors of #6A656B
Black with #6A656B
Text Example
Text Example
White with #6A656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A656B; }
p { color: rgb(106,101,107); }
H1.HeaderClassName
{
color: #6A656B;
}
.AnyTagClassName
{
color: #6A656B;
}
</style>
background-color css
<style>
a { background-color: #6A656B; }
a { background-color: rgb(106,101,107); }
div.DivClassName
{
background-color: #6A656B;
}
.BgClassName
{
background-color: #6A656B;
}
</style>
border-color css
<style>
span { border-color: #6A656B; }
span { border-color: rgb(106,101,107); }
td.TdClassName
{
border-color: #6A656B;
}
.TagClassName
{
border-color: #6A656B;
}
</style>