Shades of Buccaneer #6D504F
Tints of Buccaneer #6D504F
RGB
CMYK
RGB Variations
Color information
#6D504F (or 0x6D504F) is known color: Buccaneer. HEX triplet: 6D, 50 and 4F. RGB value is (109,80,79). Sum of RGB (Red+Green+Blue) = 109+80+79=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D504F is #92AFB0. Grayscale: #585858. Windows color (decimal): -9613233 or 5197933. OLE color: 5197933.
HSL color Cylindrical-coordinate representation of color #6D504F: hue angle of 2º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D504F is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 79 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.57 |
| HSL | 2º | 0.16% | 0.37% | - |
| HSV(B) | 2º | 0.28% | 0.43% | - |
| XYZ | 10.59 | 9.55 | 8.68 | - |
| YUV | 88.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 79 | 0 | 0.27 | 0.28 | 0.57 | 2 | 0.16 | 0.37 |
| Hex | 6D | 50 | 4F | 0 | 1B | 1C | 39 | 2 | 10 | 25 |
| Octal | 155 | 120 | 117 | 0 | 33 | 34 | 71 | 2 | 20 | 45 |
| Binary | 1101101 | 1010000 | 1001111 | 0 | 11011 | 11100 | 111001 | 10 | 10000 | 100101 |
Color Harmonies of #6D504F
Complementary color
Monochromatic Colors of #6D504F
Black with #6D504F
Text Example
Text Example
White with #6D504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D504F; }
p { color: rgb(109,80,79); }
H1.HeaderClassName
{
color: #6D504F;
}
.AnyTagClassName
{
color: #6D504F;
}
</style>
background-color css
<style>
a { background-color: #6D504F; }
a { background-color: rgb(109,80,79); }
div.DivClassName
{
background-color: #6D504F;
}
.BgClassName
{
background-color: #6D504F;
}
</style>
border-color css
<style>
span { border-color: #6D504F; }
span { border-color: rgb(109,80,79); }
td.TdClassName
{
border-color: #6D504F;
}
.TagClassName
{
border-color: #6D504F;
}
</style>