Shades of Buccaneer #6D5752
Tints of Buccaneer #6D5752
RGB
CMYK
RGB Variations
Color information
#6D5752 (or 0x6D5752) is known color: Buccaneer. HEX triplet: 6D, 57 and 52. RGB value is (109,87,82). Sum of RGB (Red+Green+Blue) = 109+87+82=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5752 is #92A8AD. Grayscale: #5D5D5D. Windows color (decimal): -9611438 or 5396333. OLE color: 5396333.
HSL color Cylindrical-coordinate representation of color #6D5752: hue angle of 11.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D5752 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 82 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.57 |
| HSL | 11.11º | 0.14% | 0.37% | - |
| HSV(B) | 11.11º | 0.25% | 0.43% | - |
| XYZ | 11.24 | 10.68 | 9.45 | - |
| YUV | 93.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 82 | 0 | 0.20 | 0.25 | 0.57 | 11.11 | 0.14 | 0.37 |
| Hex | 6D | 57 | 52 | 0 | 14 | 19 | 39 | B | E | 25 |
| Octal | 155 | 127 | 122 | 0 | 24 | 31 | 71 | 13 | 16 | 45 |
| Binary | 1101101 | 1010111 | 1010010 | 0 | 10100 | 11001 | 111001 | 1011 | 1110 | 100101 |
Color Harmonies of #6D5752
Complementary color
Monochromatic Colors of #6D5752
Black with #6D5752
Text Example
Text Example
White with #6D5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5752; }
p { color: rgb(109,87,82); }
H1.HeaderClassName
{
color: #6D5752;
}
.AnyTagClassName
{
color: #6D5752;
}
</style>
background-color css
<style>
a { background-color: #6D5752; }
a { background-color: rgb(109,87,82); }
div.DivClassName
{
background-color: #6D5752;
}
.BgClassName
{
background-color: #6D5752;
}
</style>
border-color css
<style>
span { border-color: #6D5752; }
span { border-color: rgb(109,87,82); }
td.TdClassName
{
border-color: #6D5752;
}
.TagClassName
{
border-color: #6D5752;
}
</style>