Shades of Buccaneer #6D5753
Tints of Buccaneer #6D5753
RGB
CMYK
RGB Variations
Color information
#6D5753 (or 0x6D5753) is known color: Buccaneer. HEX triplet: 6D, 57 and 53. RGB value is (109,87,83). Sum of RGB (Red+Green+Blue) = 109+87+83=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5753 is #92A8AC. Grayscale: #5D5D5D. Windows color (decimal): -9611437 or 5461869. OLE color: 5461869.
HSL color Cylindrical-coordinate representation of color #6D5753: hue angle of 9.23º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D5753 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 83 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.57 |
| HSL | 9.23º | 0.14% | 0.38% | - |
| HSV(B) | 9.23º | 0.24% | 0.43% | - |
| XYZ | 11.28 | 10.69 | 9.65 | - |
| YUV | 93.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 83 | 0 | 0.20 | 0.24 | 0.57 | 9.23 | 0.14 | 0.38 |
| Hex | 6D | 57 | 53 | 0 | 14 | 18 | 39 | 9 | E | 26 |
| Octal | 155 | 127 | 123 | 0 | 24 | 30 | 71 | 11 | 16 | 46 |
| Binary | 1101101 | 1010111 | 1010011 | 0 | 10100 | 11000 | 111001 | 1001 | 1110 | 100110 |
Color Harmonies of #6D5753
Complementary color
Monochromatic Colors of #6D5753
Black with #6D5753
Text Example
Text Example
White with #6D5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5753; }
p { color: rgb(109,87,83); }
H1.HeaderClassName
{
color: #6D5753;
}
.AnyTagClassName
{
color: #6D5753;
}
</style>
background-color css
<style>
a { background-color: #6D5753; }
a { background-color: rgb(109,87,83); }
div.DivClassName
{
background-color: #6D5753;
}
.BgClassName
{
background-color: #6D5753;
}
</style>
border-color css
<style>
span { border-color: #6D5753; }
span { border-color: rgb(109,87,83); }
td.TdClassName
{
border-color: #6D5753;
}
.TagClassName
{
border-color: #6D5753;
}
</style>