Shades of Buccaneer #6D5955
Tints of Buccaneer #6D5955
RGB
CMYK
RGB Variations
Color information
#6D5955 (or 0x6D5955) is known color: Buccaneer. HEX triplet: 6D, 59 and 55. RGB value is (109,89,85). Sum of RGB (Red+Green+Blue) = 109+89+85=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5955 is #92A6AA. Grayscale: #5E5E5E. Windows color (decimal): -9610923 or 5593453. OLE color: 5593453.
HSL color Cylindrical-coordinate representation of color #6D5955: hue angle of 10º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D5955 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 89 | 85 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.57 |
| HSL | 10º | 0.12% | 0.38% | - |
| HSV(B) | 10º | 0.22% | 0.43% | - |
| XYZ | 11.52 | 11.05 | 10.12 | - |
| YUV | 94.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 85 | 0 | 0.18 | 0.22 | 0.57 | 10 | 0.12 | 0.38 |
| Hex | 6D | 59 | 55 | 0 | 12 | 16 | 39 | A | C | 26 |
| Octal | 155 | 131 | 125 | 0 | 22 | 26 | 71 | 12 | 14 | 46 |
| Binary | 1101101 | 1011001 | 1010101 | 0 | 10010 | 10110 | 111001 | 1010 | 1100 | 100110 |
Color Harmonies of #6D5955
Complementary color
Monochromatic Colors of #6D5955
Black with #6D5955
Text Example
Text Example
White with #6D5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5955; }
p { color: rgb(109,89,85); }
H1.HeaderClassName
{
color: #6D5955;
}
.AnyTagClassName
{
color: #6D5955;
}
</style>
background-color css
<style>
a { background-color: #6D5955; }
a { background-color: rgb(109,89,85); }
div.DivClassName
{
background-color: #6D5955;
}
.BgClassName
{
background-color: #6D5955;
}
</style>
border-color css
<style>
span { border-color: #6D5955; }
span { border-color: rgb(109,89,85); }
td.TdClassName
{
border-color: #6D5955;
}
.TagClassName
{
border-color: #6D5955;
}
</style>