Shades of Buccaneer #6E5753
Tints of Buccaneer #6E5753
RGB
CMYK
RGB Variations
Color information
#6E5753 (or 0x6E5753) is known color: Buccaneer. HEX triplet: 6E, 57 and 53. RGB value is (110,87,83). Sum of RGB (Red+Green+Blue) = 110+87+83=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5753 is #91A8AC. Grayscale: #5D5D5D. Windows color (decimal): -9545901 or 5461870. OLE color: 5461870.
HSL color Cylindrical-coordinate representation of color #6E5753: hue angle of 8.89º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E5753 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 87 | 83 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.57 |
| HSL | 8.89º | 0.14% | 0.38% | - |
| HSV(B) | 8.89º | 0.25% | 0.43% | - |
| XYZ | 11.4 | 10.76 | 9.66 | - |
| YUV | 93.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 87 | 83 | 0 | 0.21 | 0.25 | 0.57 | 8.89 | 0.14 | 0.38 |
| Hex | 6E | 57 | 53 | 0 | 15 | 19 | 39 | 9 | E | 26 |
| Octal | 156 | 127 | 123 | 0 | 25 | 31 | 71 | 11 | 16 | 46 |
| Binary | 1101110 | 1010111 | 1010011 | 0 | 10101 | 11001 | 111001 | 1001 | 1110 | 100110 |
Color Harmonies of #6E5753
Complementary color
Monochromatic Colors of #6E5753
Black with #6E5753
Text Example
Text Example
White with #6E5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5753; }
p { color: rgb(110,87,83); }
H1.HeaderClassName
{
color: #6E5753;
}
.AnyTagClassName
{
color: #6E5753;
}
</style>
background-color css
<style>
a { background-color: #6E5753; }
a { background-color: rgb(110,87,83); }
div.DivClassName
{
background-color: #6E5753;
}
.BgClassName
{
background-color: #6E5753;
}
</style>
border-color css
<style>
span { border-color: #6E5753; }
span { border-color: rgb(110,87,83); }
td.TdClassName
{
border-color: #6E5753;
}
.TagClassName
{
border-color: #6E5753;
}
</style>