Shades of Buccaneer #6F514D
Tints of Buccaneer #6F514D
RGB
CMYK
RGB Variations
Color information
#6F514D (or 0x6F514D) is known color: Buccaneer. HEX triplet: 6F, 51 and 4D. RGB value is (111,81,77). Sum of RGB (Red+Green+Blue) = 111+81+77=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F514D is #90AEB2. Grayscale: #595959. Windows color (decimal): -9481907 or 5067119. OLE color: 5067119.
HSL color Cylindrical-coordinate representation of color #6F514D: hue angle of 7.06º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F514D is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 81 | 77 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.56 |
| HSL | 7.06º | 0.18% | 0.37% | - |
| HSV(B) | 7.06º | 0.31% | 0.44% | - |
| XYZ | 10.84 | 9.8 | 8.34 | - |
| YUV | 89.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 77 | 0 | 0.27 | 0.31 | 0.56 | 7.06 | 0.18 | 0.37 |
| Hex | 6F | 51 | 4D | 0 | 1B | 1F | 38 | 7 | 12 | 25 |
| Octal | 157 | 121 | 115 | 0 | 33 | 37 | 70 | 7 | 22 | 45 |
| Binary | 1101111 | 1010001 | 1001101 | 0 | 11011 | 11111 | 111000 | 111 | 10010 | 100101 |
Color Harmonies of #6F514D
Complementary color
Monochromatic Colors of #6F514D
Black with #6F514D
Text Example
Text Example
White with #6F514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F514D; }
p { color: rgb(111,81,77); }
H1.HeaderClassName
{
color: #6F514D;
}
.AnyTagClassName
{
color: #6F514D;
}
</style>
background-color css
<style>
a { background-color: #6F514D; }
a { background-color: rgb(111,81,77); }
div.DivClassName
{
background-color: #6F514D;
}
.BgClassName
{
background-color: #6F514D;
}
</style>
border-color css
<style>
span { border-color: #6F514D; }
span { border-color: rgb(111,81,77); }
td.TdClassName
{
border-color: #6F514D;
}
.TagClassName
{
border-color: #6F514D;
}
</style>