Shades of Buccaneer #6B5854
Tints of Buccaneer #6B5854
RGB
CMYK
RGB Variations
Color information
#6B5854 (or 0x6B5854) is known color: Buccaneer. HEX triplet: 6B, 58 and 54. RGB value is (107,88,84). Sum of RGB (Red+Green+Blue) = 107+88+84=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5854 is #94A7AB. Grayscale: #5D5D5D. Windows color (decimal): -9742252 or 5527659. OLE color: 5527659.
HSL color Cylindrical-coordinate representation of color #6B5854: hue angle of 10.43º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B5854 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 88 | 84 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.58 |
| HSL | 10.43º | 0.12% | 0.37% | - |
| HSV(B) | 10.43º | 0.21% | 0.42% | - |
| XYZ | 11.15 | 10.75 | 9.87 | - |
| YUV | 93.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 84 | 0 | 0.18 | 0.21 | 0.58 | 10.43 | 0.12 | 0.37 |
| Hex | 6B | 58 | 54 | 0 | 12 | 15 | 3A | A | C | 25 |
| Octal | 153 | 130 | 124 | 0 | 22 | 25 | 72 | 12 | 14 | 45 |
| Binary | 1101011 | 1011000 | 1010100 | 0 | 10010 | 10101 | 111010 | 1010 | 1100 | 100101 |
Color Harmonies of #6B5854
Complementary color
Monochromatic Colors of #6B5854
Black with #6B5854
Text Example
Text Example
White with #6B5854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5854; }
p { color: rgb(107,88,84); }
H1.HeaderClassName
{
color: #6B5854;
}
.AnyTagClassName
{
color: #6B5854;
}
</style>
background-color css
<style>
a { background-color: #6B5854; }
a { background-color: rgb(107,88,84); }
div.DivClassName
{
background-color: #6B5854;
}
.BgClassName
{
background-color: #6B5854;
}
</style>
border-color css
<style>
span { border-color: #6B5854; }
span { border-color: rgb(107,88,84); }
td.TdClassName
{
border-color: #6B5854;
}
.TagClassName
{
border-color: #6B5854;
}
</style>