Shades of Buccaneer #6E5150
Tints of Buccaneer #6E5150
RGB
CMYK
RGB Variations
Color information
#6E5150 (or 0x6E5150) is known color: Buccaneer. HEX triplet: 6E, 51 and 50. RGB value is (110,81,80). Sum of RGB (Red+Green+Blue) = 110+81+80=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5150 is #91AEAF. Grayscale: #595959. Windows color (decimal): -9547440 or 5263726. OLE color: 5263726.
HSL color Cylindrical-coordinate representation of color #6E5150: 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.27%. Process color model (Four color, CMYK) of #6E5150 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 81 | 80 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.57 |
| HSL | 2º | 0.16% | 0.37% | - |
| HSV(B) | 2º | 0.27% | 0.43% | - |
| XYZ | 10.82 | 9.78 | 8.91 | - |
| YUV | 89.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 81 | 80 | 0 | 0.26 | 0.27 | 0.57 | 2 | 0.16 | 0.37 |
| Hex | 6E | 51 | 50 | 0 | 1A | 1B | 39 | 2 | 10 | 25 |
| Octal | 156 | 121 | 120 | 0 | 32 | 33 | 71 | 2 | 20 | 45 |
| Binary | 1101110 | 1010001 | 1010000 | 0 | 11010 | 11011 | 111001 | 10 | 10000 | 100101 |
Color Harmonies of #6E5150
Complementary color
Monochromatic Colors of #6E5150
Black with #6E5150
Text Example
Text Example
White with #6E5150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5150; }
p { color: rgb(110,81,80); }
H1.HeaderClassName
{
color: #6E5150;
}
.AnyTagClassName
{
color: #6E5150;
}
</style>
background-color css
<style>
a { background-color: #6E5150; }
a { background-color: rgb(110,81,80); }
div.DivClassName
{
background-color: #6E5150;
}
.BgClassName
{
background-color: #6E5150;
}
</style>
border-color css
<style>
span { border-color: #6E5150; }
span { border-color: rgb(110,81,80); }
td.TdClassName
{
border-color: #6E5150;
}
.TagClassName
{
border-color: #6E5150;
}
</style>