Shades of Buccaneer #6F5250
Tints of Buccaneer #6F5250
RGB
CMYK
RGB Variations
Color information
#6F5250 (or 0x6F5250) is known color: Buccaneer. HEX triplet: 6F, 52 and 50. RGB value is (111,82,80). Sum of RGB (Red+Green+Blue) = 111+82+80=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5250 is #90ADAF. Grayscale: #5A5A5A. Windows color (decimal): -9481648 or 5263983. OLE color: 5263983.
HSL color Cylindrical-coordinate representation of color #6F5250: hue angle of 3.87º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F5250 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 82 | 80 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.56 |
| HSL | 3.87º | 0.16% | 0.37% | - |
| HSV(B) | 3.87º | 0.28% | 0.44% | - |
| XYZ | 11.02 | 9.99 | 8.94 | - |
| YUV | 90.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 80 | 0 | 0.26 | 0.28 | 0.56 | 3.87 | 0.16 | 0.37 |
| Hex | 6F | 52 | 50 | 0 | 1A | 1C | 38 | 4 | 10 | 25 |
| Octal | 157 | 122 | 120 | 0 | 32 | 34 | 70 | 4 | 20 | 45 |
| Binary | 1101111 | 1010010 | 1010000 | 0 | 11010 | 11100 | 111000 | 100 | 10000 | 100101 |
Color Harmonies of #6F5250
Complementary color
Monochromatic Colors of #6F5250
Black with #6F5250
Text Example
Text Example
White with #6F5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5250; }
p { color: rgb(111,82,80); }
H1.HeaderClassName
{
color: #6F5250;
}
.AnyTagClassName
{
color: #6F5250;
}
</style>
background-color css
<style>
a { background-color: #6F5250; }
a { background-color: rgb(111,82,80); }
div.DivClassName
{
background-color: #6F5250;
}
.BgClassName
{
background-color: #6F5250;
}
</style>
border-color css
<style>
span { border-color: #6F5250; }
span { border-color: rgb(111,82,80); }
td.TdClassName
{
border-color: #6F5250;
}
.TagClassName
{
border-color: #6F5250;
}
</style>