Shades of Buccaneer #6F5752
Tints of Buccaneer #6F5752
RGB
CMYK
RGB Variations
Color information
#6F5752 (or 0x6F5752) is known color: Buccaneer. HEX triplet: 6F, 57 and 52. RGB value is (111,87,82). Sum of RGB (Red+Green+Blue) = 111+87+82=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5752 is #90A8AD. Grayscale: #5D5D5D. Windows color (decimal): -9480366 or 5396335. OLE color: 5396335.
HSL color Cylindrical-coordinate representation of color #6F5752: hue angle of 10.34º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F5752 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 82 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.56 |
| HSL | 10.34º | 0.15% | 0.38% | - |
| HSV(B) | 10.34º | 0.26% | 0.44% | - |
| XYZ | 11.49 | 10.81 | 9.46 | - |
| YUV | 93.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 82 | 0 | 0.22 | 0.26 | 0.56 | 10.34 | 0.15 | 0.38 |
| Hex | 6F | 57 | 52 | 0 | 16 | 1A | 38 | A | F | 26 |
| Octal | 157 | 127 | 122 | 0 | 26 | 32 | 70 | 12 | 17 | 46 |
| Binary | 1101111 | 1010111 | 1010010 | 0 | 10110 | 11010 | 111000 | 1010 | 1111 | 100110 |
Color Harmonies of #6F5752
Complementary color
Monochromatic Colors of #6F5752
Black with #6F5752
Text Example
Text Example
White with #6F5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5752; }
p { color: rgb(111,87,82); }
H1.HeaderClassName
{
color: #6F5752;
}
.AnyTagClassName
{
color: #6F5752;
}
</style>
background-color css
<style>
a { background-color: #6F5752; }
a { background-color: rgb(111,87,82); }
div.DivClassName
{
background-color: #6F5752;
}
.BgClassName
{
background-color: #6F5752;
}
</style>
border-color css
<style>
span { border-color: #6F5752; }
span { border-color: rgb(111,87,82); }
td.TdClassName
{
border-color: #6F5752;
}
.TagClassName
{
border-color: #6F5752;
}
</style>