Shades of Buccaneer #6F5451
Tints of Buccaneer #6F5451
RGB
CMYK
RGB Variations
Color information
#6F5451 (or 0x6F5451) is known color: Buccaneer. HEX triplet: 6F, 54 and 51. RGB value is (111,84,81). Sum of RGB (Red+Green+Blue) = 111+84+81=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5451 is #90ABAE. Grayscale: #5B5B5B. Windows color (decimal): -9481135 or 5330031. OLE color: 5330031.
HSL color Cylindrical-coordinate representation of color #6F5451: hue angle of 6º 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 #6F5451 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 81 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.56 |
| HSL | 6º | 0.16% | 0.38% | - |
| HSV(B) | 6º | 0.27% | 0.44% | - |
| XYZ | 11.21 | 10.31 | 9.18 | - |
| YUV | 91.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 81 | 0 | 0.24 | 0.27 | 0.56 | 6 | 0.16 | 0.38 |
| Hex | 6F | 54 | 51 | 0 | 18 | 1B | 38 | 6 | 10 | 26 |
| Octal | 157 | 124 | 121 | 0 | 30 | 33 | 70 | 6 | 20 | 46 |
| Binary | 1101111 | 1010100 | 1010001 | 0 | 11000 | 11011 | 111000 | 110 | 10000 | 100110 |
Color Harmonies of #6F5451
Complementary color
Monochromatic Colors of #6F5451
Black with #6F5451
Text Example
Text Example
White with #6F5451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5451; }
p { color: rgb(111,84,81); }
H1.HeaderClassName
{
color: #6F5451;
}
.AnyTagClassName
{
color: #6F5451;
}
</style>
background-color css
<style>
a { background-color: #6F5451; }
a { background-color: rgb(111,84,81); }
div.DivClassName
{
background-color: #6F5451;
}
.BgClassName
{
background-color: #6F5451;
}
</style>
border-color css
<style>
span { border-color: #6F5451; }
span { border-color: rgb(111,84,81); }
td.TdClassName
{
border-color: #6F5451;
}
.TagClassName
{
border-color: #6F5451;
}
</style>