Shades of Buccaneer #6F5855
Tints of Buccaneer #6F5855
RGB
CMYK
RGB Variations
Color information
#6F5855 (or 0x6F5855) is known color: Buccaneer. HEX triplet: 6F, 58 and 55. RGB value is (111,88,85). Sum of RGB (Red+Green+Blue) = 111+88+85=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5855 is #90A7AA. Grayscale: #5E5E5E. Windows color (decimal): -9480107 or 5593199. OLE color: 5593199.
HSL color Cylindrical-coordinate representation of color #6F5855: hue angle of 6.92º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F5855 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 85 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.56 |
| HSL | 6.92º | 0.13% | 0.38% | - |
| HSV(B) | 6.92º | 0.23% | 0.44% | - |
| XYZ | 11.68 | 11.01 | 10.1 | - |
| YUV | 94.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 85 | 0 | 0.21 | 0.23 | 0.56 | 6.92 | 0.13 | 0.38 |
| Hex | 6F | 58 | 55 | 0 | 15 | 17 | 38 | 7 | D | 26 |
| Octal | 157 | 130 | 125 | 0 | 25 | 27 | 70 | 7 | 15 | 46 |
| Binary | 1101111 | 1011000 | 1010101 | 0 | 10101 | 10111 | 111000 | 111 | 1101 | 100110 |
Color Harmonies of #6F5855
Complementary color
Monochromatic Colors of #6F5855
Black with #6F5855
Text Example
Text Example
White with #6F5855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5855; }
p { color: rgb(111,88,85); }
H1.HeaderClassName
{
color: #6F5855;
}
.AnyTagClassName
{
color: #6F5855;
}
</style>
background-color css
<style>
a { background-color: #6F5855; }
a { background-color: rgb(111,88,85); }
div.DivClassName
{
background-color: #6F5855;
}
.BgClassName
{
background-color: #6F5855;
}
</style>
border-color css
<style>
span { border-color: #6F5855; }
span { border-color: rgb(111,88,85); }
td.TdClassName
{
border-color: #6F5855;
}
.TagClassName
{
border-color: #6F5855;
}
</style>