Shades of Buccaneer #6B5553
Tints of Buccaneer #6B5553
RGB
CMYK
RGB Variations
Color information
#6B5553 (or 0x6B5553) is known color: Buccaneer. HEX triplet: 6B, 55 and 53. RGB value is (107,85,83). Sum of RGB (Red+Green+Blue) = 107+85+83=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5553 is #94AAAC. Grayscale: #5B5B5B. Windows color (decimal): -9743021 or 5461355. OLE color: 5461355.
HSL color Cylindrical-coordinate representation of color #6B5553: hue angle of 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 #6B5553 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 85 | 83 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.58 |
| HSL | 5º | 0.13% | 0.37% | - |
| HSV(B) | 5º | 0.22% | 0.42% | - |
| XYZ | 10.87 | 10.25 | 9.59 | - |
| YUV | 91.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 85 | 83 | 0 | 0.21 | 0.22 | 0.58 | 5 | 0.13 | 0.37 |
| Hex | 6B | 55 | 53 | 0 | 15 | 16 | 3A | 5 | D | 25 |
| Octal | 153 | 125 | 123 | 0 | 25 | 26 | 72 | 5 | 15 | 45 |
| Binary | 1101011 | 1010101 | 1010011 | 0 | 10101 | 10110 | 111010 | 101 | 1101 | 100101 |
Color Harmonies of #6B5553
Complementary color
Monochromatic Colors of #6B5553
Black with #6B5553
Text Example
Text Example
White with #6B5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5553; }
p { color: rgb(107,85,83); }
H1.HeaderClassName
{
color: #6B5553;
}
.AnyTagClassName
{
color: #6B5553;
}
</style>
background-color css
<style>
a { background-color: #6B5553; }
a { background-color: rgb(107,85,83); }
div.DivClassName
{
background-color: #6B5553;
}
.BgClassName
{
background-color: #6B5553;
}
</style>
border-color css
<style>
span { border-color: #6B5553; }
span { border-color: rgb(107,85,83); }
td.TdClassName
{
border-color: #6B5553;
}
.TagClassName
{
border-color: #6B5553;
}
</style>