Shades of Rum #69646B
Tints of Rum #69646B
RGB
CMYK
RGB Variations
Color information
#69646B (or 0x69646B) is known color: Rum. HEX triplet: 69, 64 and 6B. RGB value is (105,100,107). Sum of RGB (Red+Green+Blue) = 105+100+107=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 107 - color contains mainly: blue. Hex color #69646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69646B is #969B94. Grayscale: #666666. Windows color (decimal): -9870229 or 7038057. OLE color: 7038057.
HSL color Cylindrical-coordinate representation of color #69646B: hue angle of 282.86º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #69646B is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 100 | 107 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.58 |
| HSL | 282.86º | 0.03% | 0.41% | - |
| HSV(B) | 282.86º | 0.07% | 0.42% | - |
| XYZ | 13.04 | 13.18 | 15.77 | - |
| YUV | 102.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 107 | 0.02 | 0.07 | 0 | 0.58 | 282.86 | 0.03 | 0.41 |
| Hex | 69 | 64 | 6B | 2 | 7 | 0 | 3A | 11B | 3 | 29 |
| Octal | 151 | 144 | 153 | 2 | 7 | 0 | 72 | 433 | 3 | 51 |
| Binary | 1101001 | 1100100 | 1101011 | 10 | 111 | 0 | 111010 | 100011011 | 11 | 101001 |
Color Harmonies of #69646B
Complementary color
Monochromatic Colors of #69646B
Black with #69646B
Text Example
Text Example
White with #69646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69646B; }
p { color: rgb(105,100,107); }
H1.HeaderClassName
{
color: #69646B;
}
.AnyTagClassName
{
color: #69646B;
}
</style>
background-color css
<style>
a { background-color: #69646B; }
a { background-color: rgb(105,100,107); }
div.DivClassName
{
background-color: #69646B;
}
.BgClassName
{
background-color: #69646B;
}
</style>
border-color css
<style>
span { border-color: #69646B; }
span { border-color: rgb(105,100,107); }
td.TdClassName
{
border-color: #69646B;
}
.TagClassName
{
border-color: #69646B;
}
</style>