Shades of Buccaneer #6C514F
Tints of Buccaneer #6C514F
RGB
CMYK
RGB Variations
Color information
#6C514F (or 0x6C514F) is known color: Buccaneer. HEX triplet: 6C, 51 and 4F. RGB value is (108,81,79). Sum of RGB (Red+Green+Blue) = 108+81+79=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C514F is #93AEB0. Grayscale: #585858. Windows color (decimal): -9678513 or 5198188. OLE color: 5198188.
HSL color Cylindrical-coordinate representation of color #6C514F: hue angle of 4.14º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C514F is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 81 | 79 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.58 |
| HSL | 4.14º | 0.16% | 0.37% | - |
| HSV(B) | 4.14º | 0.27% | 0.42% | - |
| XYZ | 10.54 | 9.64 | 8.7 | - |
| YUV | 88.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 79 | 0 | 0.25 | 0.27 | 0.58 | 4.14 | 0.16 | 0.37 |
| Hex | 6C | 51 | 4F | 0 | 19 | 1B | 3A | 4 | 10 | 25 |
| Octal | 154 | 121 | 117 | 0 | 31 | 33 | 72 | 4 | 20 | 45 |
| Binary | 1101100 | 1010001 | 1001111 | 0 | 11001 | 11011 | 111010 | 100 | 10000 | 100101 |
Color Harmonies of #6C514F
Complementary color
Monochromatic Colors of #6C514F
Black with #6C514F
Text Example
Text Example
White with #6C514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C514F; }
p { color: rgb(108,81,79); }
H1.HeaderClassName
{
color: #6C514F;
}
.AnyTagClassName
{
color: #6C514F;
}
</style>
background-color css
<style>
a { background-color: #6C514F; }
a { background-color: rgb(108,81,79); }
div.DivClassName
{
background-color: #6C514F;
}
.BgClassName
{
background-color: #6C514F;
}
</style>
border-color css
<style>
span { border-color: #6C514F; }
span { border-color: rgb(108,81,79); }
td.TdClassName
{
border-color: #6C514F;
}
.TagClassName
{
border-color: #6C514F;
}
</style>