Shades of Buccaneer #6E514D
Tints of Buccaneer #6E514D
RGB
CMYK
RGB Variations
Color information
#6E514D (or 0x6E514D) is known color: Buccaneer. HEX triplet: 6E, 51 and 4D. RGB value is (110,81,77). Sum of RGB (Red+Green+Blue) = 110+81+77=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 110 - color contains mainly: red. Hex color #6E514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E514D is #91AEB2. Grayscale: #595959. Windows color (decimal): -9547443 or 5067118. OLE color: 5067118.
HSL color Cylindrical-coordinate representation of color #6E514D: hue angle of 7.27º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E514D is Cyan = 0, Magento = 0.26, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 81 | 77 | - |
| CMYK | 0 | 0.26 | 0.3 | 0.57 |
| HSL | 7.27º | 0.18% | 0.37% | - |
| HSV(B) | 7.27º | 0.3% | 0.43% | - |
| XYZ | 10.71 | 9.74 | 8.34 | - |
| YUV | 89.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 81 | 77 | 0 | 0.26 | 0.3 | 0.57 | 7.27 | 0.18 | 0.37 |
| Hex | 6E | 51 | 4D | 0 | 1A | 1E | 39 | 7 | 12 | 25 |
| Octal | 156 | 121 | 115 | 0 | 32 | 36 | 71 | 7 | 22 | 45 |
| Binary | 1101110 | 1010001 | 1001101 | 0 | 11010 | 11110 | 111001 | 111 | 10010 | 100101 |
Color Harmonies of #6E514D
Complementary color
Monochromatic Colors of #6E514D
Black with #6E514D
Text Example
Text Example
White with #6E514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E514D; }
p { color: rgb(110,81,77); }
H1.HeaderClassName
{
color: #6E514D;
}
.AnyTagClassName
{
color: #6E514D;
}
</style>
background-color css
<style>
a { background-color: #6E514D; }
a { background-color: rgb(110,81,77); }
div.DivClassName
{
background-color: #6E514D;
}
.BgClassName
{
background-color: #6E514D;
}
</style>
border-color css
<style>
span { border-color: #6E514D; }
span { border-color: rgb(110,81,77); }
td.TdClassName
{
border-color: #6E514D;
}
.TagClassName
{
border-color: #6E514D;
}
</style>