Shades of Buccaneer #6F4846
Tints of Buccaneer #6F4846
RGB
CMYK
RGB Variations
Color information
#6F4846 (or 0x6F4846) is known color: Buccaneer. HEX triplet: 6F, 48 and 46. RGB value is (111,72,70). Sum of RGB (Red+Green+Blue) = 111+72+70=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4846 is #90B7B9. Grayscale: #535353. Windows color (decimal): -9484218 or 4606063. OLE color: 4606063.
HSL color Cylindrical-coordinate representation of color #6F4846: hue angle of 2.93º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F4846 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 70 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.56 |
| HSL | 2.93º | 0.23% | 0.35% | - |
| HSV(B) | 2.93º | 0.37% | 0.44% | - |
| XYZ | 9.98 | 8.46 | 6.9 | - |
| YUV | 83.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 70 | 0 | 0.35 | 0.37 | 0.56 | 2.93 | 0.23 | 0.35 |
| Hex | 6F | 48 | 46 | 0 | 23 | 25 | 38 | 3 | 17 | 23 |
| Octal | 157 | 110 | 106 | 0 | 43 | 45 | 70 | 3 | 27 | 43 |
| Binary | 1101111 | 1001000 | 1000110 | 0 | 100011 | 100101 | 111000 | 11 | 10111 | 100011 |
Color Harmonies of #6F4846
Complementary color
Monochromatic Colors of #6F4846
Black with #6F4846
Text Example
Text Example
White with #6F4846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4846; }
p { color: rgb(111,72,70); }
H1.HeaderClassName
{
color: #6F4846;
}
.AnyTagClassName
{
color: #6F4846;
}
</style>
background-color css
<style>
a { background-color: #6F4846; }
a { background-color: rgb(111,72,70); }
div.DivClassName
{
background-color: #6F4846;
}
.BgClassName
{
background-color: #6F4846;
}
</style>
border-color css
<style>
span { border-color: #6F4846; }
span { border-color: rgb(111,72,70); }
td.TdClassName
{
border-color: #6F4846;
}
.TagClassName
{
border-color: #6F4846;
}
</style>