Shades of Buccaneer #6D504D
Tints of Buccaneer #6D504D
RGB
CMYK
RGB Variations
Color information
#6D504D (or 0x6D504D) is known color: Buccaneer. HEX triplet: 6D, 50 and 4D. RGB value is (109,80,77). Sum of RGB (Red+Green+Blue) = 109+80+77=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 109 - color contains mainly: red. Hex color #6D504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D504D is #92AFB2. Grayscale: #585858. Windows color (decimal): -9613235 or 5066861. OLE color: 5066861.
HSL color Cylindrical-coordinate representation of color #6D504D: hue angle of 5.62º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D504D is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 77 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.57 |
| HSL | 5.63º | 0.17% | 0.36% | - |
| HSV(B) | 5.63º | 0.29% | 0.43% | - |
| XYZ | 10.51 | 9.52 | 8.31 | - |
| YUV | 88.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 77 | 0 | 0.27 | 0.29 | 0.57 | 5.63 | 0.17 | 0.36 |
| Hex | 6D | 50 | 4D | 0 | 1B | 1D | 39 | 6 | 11 | 24 |
| Octal | 155 | 120 | 115 | 0 | 33 | 35 | 71 | 6 | 21 | 44 |
| Binary | 1101101 | 1010000 | 1001101 | 0 | 11011 | 11101 | 111001 | 110 | 10001 | 100100 |
Color Harmonies of #6D504D
Complementary color
Monochromatic Colors of #6D504D
Black with #6D504D
Text Example
Text Example
White with #6D504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D504D; }
p { color: rgb(109,80,77); }
H1.HeaderClassName
{
color: #6D504D;
}
.AnyTagClassName
{
color: #6D504D;
}
</style>
background-color css
<style>
a { background-color: #6D504D; }
a { background-color: rgb(109,80,77); }
div.DivClassName
{
background-color: #6D504D;
}
.BgClassName
{
background-color: #6D504D;
}
</style>
border-color css
<style>
span { border-color: #6D504D; }
span { border-color: rgb(109,80,77); }
td.TdClassName
{
border-color: #6D504D;
}
.TagClassName
{
border-color: #6D504D;
}
</style>