Shades of Buccaneer #6B5252
Tints of Buccaneer #6B5252
RGB
CMYK
RGB Variations
Color information
#6B5252 (or 0x6B5252) is known color: Buccaneer. HEX triplet: 6B, 52 and 52. RGB value is (107,82,82). Sum of RGB (Red+Green+Blue) = 107+82+82=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5252 is #94ADAD. Grayscale: #595959. Windows color (decimal): -9743790 or 5395051. OLE color: 5395051.
HSL color Cylindrical-coordinate representation of color #6B5252: hue angle of 0º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B5252 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 82 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.58 |
| HSL | 0º | 0.13% | 0.37% | - |
| HSV(B) | 0º | 0.23% | 0.42% | - |
| XYZ | 10.6 | 9.77 | 9.31 | - |
| YUV | 89.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 82 | 0 | 0.23 | 0.23 | 0.58 | 0 | 0.13 | 0.37 |
| Hex | 6B | 52 | 52 | 0 | 17 | 17 | 3A | 0 | D | 25 |
| Octal | 153 | 122 | 122 | 0 | 27 | 27 | 72 | 0 | 15 | 45 |
| Binary | 1101011 | 1010010 | 1010010 | 0 | 10111 | 10111 | 111010 | 0 | 1101 | 100101 |
Color Harmonies of #6B5252
Complementary color
Monochromatic Colors of #6B5252
Black with #6B5252
Text Example
Text Example
White with #6B5252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5252; }
p { color: rgb(107,82,82); }
H1.HeaderClassName
{
color: #6B5252;
}
.AnyTagClassName
{
color: #6B5252;
}
</style>
background-color css
<style>
a { background-color: #6B5252; }
a { background-color: rgb(107,82,82); }
div.DivClassName
{
background-color: #6B5252;
}
.BgClassName
{
background-color: #6B5252;
}
</style>
border-color css
<style>
span { border-color: #6B5252; }
span { border-color: rgb(107,82,82); }
td.TdClassName
{
border-color: #6B5252;
}
.TagClassName
{
border-color: #6B5252;
}
</style>