Shades of Buccaneer #6D5754
Tints of Buccaneer #6D5754
RGB
CMYK
RGB Variations
Color information
#6D5754 (or 0x6D5754) is known color: Buccaneer. HEX triplet: 6D, 57 and 54. RGB value is (109,87,84). Sum of RGB (Red+Green+Blue) = 109+87+84=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5754 is #92A8AB. Grayscale: #5D5D5D. Windows color (decimal): -9611436 or 5527405. OLE color: 5527405.
HSL color Cylindrical-coordinate representation of color #6D5754: hue angle of 7.2º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D5754 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 84 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.57 |
| HSL | 7.2º | 0.13% | 0.38% | - |
| HSV(B) | 7.2º | 0.23% | 0.43% | - |
| XYZ | 11.32 | 10.71 | 9.86 | - |
| YUV | 93.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 84 | 0 | 0.20 | 0.23 | 0.57 | 7.2 | 0.13 | 0.38 |
| Hex | 6D | 57 | 54 | 0 | 14 | 17 | 39 | 7 | D | 26 |
| Octal | 155 | 127 | 124 | 0 | 24 | 27 | 71 | 7 | 15 | 46 |
| Binary | 1101101 | 1010111 | 1010100 | 0 | 10100 | 10111 | 111001 | 111 | 1101 | 100110 |
Color Harmonies of #6D5754
Complementary color
Monochromatic Colors of #6D5754
Black with #6D5754
Text Example
Text Example
White with #6D5754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5754; }
p { color: rgb(109,87,84); }
H1.HeaderClassName
{
color: #6D5754;
}
.AnyTagClassName
{
color: #6D5754;
}
</style>
background-color css
<style>
a { background-color: #6D5754; }
a { background-color: rgb(109,87,84); }
div.DivClassName
{
background-color: #6D5754;
}
.BgClassName
{
background-color: #6D5754;
}
</style>
border-color css
<style>
span { border-color: #6D5754; }
span { border-color: rgb(109,87,84); }
td.TdClassName
{
border-color: #6D5754;
}
.TagClassName
{
border-color: #6D5754;
}
</style>