Shades of Buccaneer #6F5151
Tints of Buccaneer #6F5151
RGB
CMYK
RGB Variations
Color information
#6F5151 (or 0x6F5151) is known color: Buccaneer. HEX triplet: 6F, 51 and 51. RGB value is (111,81,81). Sum of RGB (Red+Green+Blue) = 111+81+81=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5151 is #90AEAE. Grayscale: #5A5A5A. Windows color (decimal): -9481903 or 5329263. OLE color: 5329263.
HSL color Cylindrical-coordinate representation of color #6F5151: hue angle of 0º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F5151 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 81 | 81 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.56 |
| HSL | 0º | 0.16% | 0.38% | - |
| HSV(B) | 0º | 0.27% | 0.44% | - |
| XYZ | 10.98 | 9.86 | 9.11 | - |
| YUV | 89.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 81 | 0 | 0.27 | 0.27 | 0.56 | 0 | 0.16 | 0.38 |
| Hex | 6F | 51 | 51 | 0 | 1B | 1B | 38 | 0 | 10 | 26 |
| Octal | 157 | 121 | 121 | 0 | 33 | 33 | 70 | 0 | 20 | 46 |
| Binary | 1101111 | 1010001 | 1010001 | 0 | 11011 | 11011 | 111000 | 0 | 10000 | 100110 |
Color Harmonies of #6F5151
Complementary color
Monochromatic Colors of #6F5151
Black with #6F5151
Text Example
Text Example
White with #6F5151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5151; }
p { color: rgb(111,81,81); }
H1.HeaderClassName
{
color: #6F5151;
}
.AnyTagClassName
{
color: #6F5151;
}
</style>
background-color css
<style>
a { background-color: #6F5151; }
a { background-color: rgb(111,81,81); }
div.DivClassName
{
background-color: #6F5151;
}
.BgClassName
{
background-color: #6F5151;
}
</style>
border-color css
<style>
span { border-color: #6F5151; }
span { border-color: rgb(111,81,81); }
td.TdClassName
{
border-color: #6F5151;
}
.TagClassName
{
border-color: #6F5151;
}
</style>