Shades of Buccaneer #6F5955
Tints of Buccaneer #6F5955
RGB
CMYK
RGB Variations
Color information
#6F5955 (or 0x6F5955) is known color: Buccaneer. HEX triplet: 6F, 59 and 55. RGB value is (111,89,85). Sum of RGB (Red+Green+Blue) = 111+89+85=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5955 is #90A6AA. Grayscale: #5F5F5F. Windows color (decimal): -9479851 or 5593455. OLE color: 5593455.
HSL color Cylindrical-coordinate representation of color #6F5955: hue angle of 9.23º 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 #6F5955 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 85 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.56 |
| HSL | 9.23º | 0.13% | 0.38% | - |
| HSV(B) | 9.23º | 0.23% | 0.44% | - |
| XYZ | 11.77 | 11.18 | 10.13 | - |
| YUV | 95.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 85 | 0 | 0.20 | 0.23 | 0.56 | 9.23 | 0.13 | 0.38 |
| Hex | 6F | 59 | 55 | 0 | 14 | 17 | 38 | 9 | D | 26 |
| Octal | 157 | 131 | 125 | 0 | 24 | 27 | 70 | 11 | 15 | 46 |
| Binary | 1101111 | 1011001 | 1010101 | 0 | 10100 | 10111 | 111000 | 1001 | 1101 | 100110 |
Color Harmonies of #6F5955
Complementary color
Monochromatic Colors of #6F5955
Black with #6F5955
Text Example
Text Example
White with #6F5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5955; }
p { color: rgb(111,89,85); }
H1.HeaderClassName
{
color: #6F5955;
}
.AnyTagClassName
{
color: #6F5955;
}
</style>
background-color css
<style>
a { background-color: #6F5955; }
a { background-color: rgb(111,89,85); }
div.DivClassName
{
background-color: #6F5955;
}
.BgClassName
{
background-color: #6F5955;
}
</style>
border-color css
<style>
span { border-color: #6F5955; }
span { border-color: rgb(111,89,85); }
td.TdClassName
{
border-color: #6F5955;
}
.TagClassName
{
border-color: #6F5955;
}
</style>