Shades of Buccaneer #6E5654
Tints of Buccaneer #6E5654
RGB
CMYK
RGB Variations
Color information
#6E5654 (or 0x6E5654) is known color: Buccaneer. HEX triplet: 6E, 56 and 54. RGB value is (110,86,84). Sum of RGB (Red+Green+Blue) = 110+86+84=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5654 is #91A9AB. Grayscale: #5C5C5C. Windows color (decimal): -9546156 or 5527150. OLE color: 5527150.
HSL color Cylindrical-coordinate representation of color #6E5654: hue angle of 4.62º degrees, saturation: 0.13, 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 #6E5654 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 86 | 84 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.57 |
| HSL | 4.62º | 0.13% | 0.38% | - |
| HSV(B) | 4.62º | 0.24% | 0.43% | - |
| XYZ | 11.36 | 10.61 | 9.84 | - |
| YUV | 92.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 84 | 0 | 0.22 | 0.24 | 0.57 | 4.62 | 0.13 | 0.38 |
| Hex | 6E | 56 | 54 | 0 | 16 | 18 | 39 | 5 | D | 26 |
| Octal | 156 | 126 | 124 | 0 | 26 | 30 | 71 | 5 | 15 | 46 |
| Binary | 1101110 | 1010110 | 1010100 | 0 | 10110 | 11000 | 111001 | 101 | 1101 | 100110 |
Color Harmonies of #6E5654
Complementary color
Monochromatic Colors of #6E5654
Black with #6E5654
Text Example
Text Example
White with #6E5654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5654; }
p { color: rgb(110,86,84); }
H1.HeaderClassName
{
color: #6E5654;
}
.AnyTagClassName
{
color: #6E5654;
}
</style>
background-color css
<style>
a { background-color: #6E5654; }
a { background-color: rgb(110,86,84); }
div.DivClassName
{
background-color: #6E5654;
}
.BgClassName
{
background-color: #6E5654;
}
</style>
border-color css
<style>
span { border-color: #6E5654; }
span { border-color: rgb(110,86,84); }
td.TdClassName
{
border-color: #6E5654;
}
.TagClassName
{
border-color: #6E5654;
}
</style>