Shades of Buccaneer #6B5653
Tints of Buccaneer #6B5653
RGB
CMYK
RGB Variations
Color information
#6B5653 (or 0x6B5653) is known color: Buccaneer. HEX triplet: 6B, 56 and 53. RGB value is (107,86,83). Sum of RGB (Red+Green+Blue) = 107+86+83=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5653 is #94A9AC. Grayscale: #5B5B5B. Windows color (decimal): -9742765 or 5461611. OLE color: 5461611.
HSL color Cylindrical-coordinate representation of color #6B5653: hue angle of 7.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B5653 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 83 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.58 |
| HSL | 7.5º | 0.13% | 0.37% | - |
| HSV(B) | 7.5º | 0.22% | 0.42% | - |
| XYZ | 10.95 | 10.41 | 9.61 | - |
| YUV | 91.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 83 | 0 | 0.20 | 0.22 | 0.58 | 7.5 | 0.13 | 0.37 |
| Hex | 6B | 56 | 53 | 0 | 14 | 16 | 3A | 8 | D | 25 |
| Octal | 153 | 126 | 123 | 0 | 24 | 26 | 72 | 10 | 15 | 45 |
| Binary | 1101011 | 1010110 | 1010011 | 0 | 10100 | 10110 | 111010 | 1000 | 1101 | 100101 |
Color Harmonies of #6B5653
Complementary color
Monochromatic Colors of #6B5653
Black with #6B5653
Text Example
Text Example
White with #6B5653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5653; }
p { color: rgb(107,86,83); }
H1.HeaderClassName
{
color: #6B5653;
}
.AnyTagClassName
{
color: #6B5653;
}
</style>
background-color css
<style>
a { background-color: #6B5653; }
a { background-color: rgb(107,86,83); }
div.DivClassName
{
background-color: #6B5653;
}
.BgClassName
{
background-color: #6B5653;
}
</style>
border-color css
<style>
span { border-color: #6B5653; }
span { border-color: rgb(107,86,83); }
td.TdClassName
{
border-color: #6B5653;
}
.TagClassName
{
border-color: #6B5653;
}
</style>