Shades of Buccaneer #6C5651
Tints of Buccaneer #6C5651
RGB
CMYK
RGB Variations
Color information
#6C5651 (or 0x6C5651) is known color: Buccaneer. HEX triplet: 6C, 56 and 51. RGB value is (108,86,81). Sum of RGB (Red+Green+Blue) = 108+86+81=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5651 is #93A9AE. Grayscale: #5C5C5C. Windows color (decimal): -9677231 or 5330540. OLE color: 5330540.
HSL color Cylindrical-coordinate representation of color #6C5651: hue angle of 11.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C5651 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 86 | 81 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.58 |
| HSL | 11.11º | 0.14% | 0.37% | - |
| HSV(B) | 11.11º | 0.25% | 0.42% | - |
| XYZ | 11 | 10.44 | 9.22 | - |
| YUV | 92.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 86 | 81 | 0 | 0.20 | 0.25 | 0.58 | 11.11 | 0.14 | 0.37 |
| Hex | 6C | 56 | 51 | 0 | 14 | 19 | 3A | B | E | 25 |
| Octal | 154 | 126 | 121 | 0 | 24 | 31 | 72 | 13 | 16 | 45 |
| Binary | 1101100 | 1010110 | 1010001 | 0 | 10100 | 11001 | 111010 | 1011 | 1110 | 100101 |
Color Harmonies of #6C5651
Complementary color
Monochromatic Colors of #6C5651
Black with #6C5651
Text Example
Text Example
White with #6C5651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5651; }
p { color: rgb(108,86,81); }
H1.HeaderClassName
{
color: #6C5651;
}
.AnyTagClassName
{
color: #6C5651;
}
</style>
background-color css
<style>
a { background-color: #6C5651; }
a { background-color: rgb(108,86,81); }
div.DivClassName
{
background-color: #6C5651;
}
.BgClassName
{
background-color: #6C5651;
}
</style>
border-color css
<style>
span { border-color: #6C5651; }
span { border-color: rgb(108,86,81); }
td.TdClassName
{
border-color: #6C5651;
}
.TagClassName
{
border-color: #6C5651;
}
</style>