Shades of Buccaneer #6C5252
Tints of Buccaneer #6C5252
RGB
CMYK
RGB Variations
Color information
#6C5252 (or 0x6C5252) is known color: Buccaneer. HEX triplet: 6C, 52 and 52. RGB value is (108,82,82). Sum of RGB (Red+Green+Blue) = 108+82+82=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5252 is #93ADAD. Grayscale: #595959. Windows color (decimal): -9678254 or 5395052. OLE color: 5395052.
HSL color Cylindrical-coordinate representation of color #6C5252: hue angle of 0º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C5252 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 82 | 82 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.58 |
| HSL | 0º | 0.14% | 0.37% | - |
| HSV(B) | 0º | 0.24% | 0.42% | - |
| XYZ | 10.72 | 9.83 | 9.32 | - |
| YUV | 89.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 82 | 82 | 0 | 0.24 | 0.24 | 0.58 | 0 | 0.14 | 0.37 |
| Hex | 6C | 52 | 52 | 0 | 18 | 18 | 3A | 0 | E | 25 |
| Octal | 154 | 122 | 122 | 0 | 30 | 30 | 72 | 0 | 16 | 45 |
| Binary | 1101100 | 1010010 | 1010010 | 0 | 11000 | 11000 | 111010 | 0 | 1110 | 100101 |
Color Harmonies of #6C5252
Complementary color
Monochromatic Colors of #6C5252
Black with #6C5252
Text Example
Text Example
White with #6C5252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5252; }
p { color: rgb(108,82,82); }
H1.HeaderClassName
{
color: #6C5252;
}
.AnyTagClassName
{
color: #6C5252;
}
</style>
background-color css
<style>
a { background-color: #6C5252; }
a { background-color: rgb(108,82,82); }
div.DivClassName
{
background-color: #6C5252;
}
.BgClassName
{
background-color: #6C5252;
}
</style>
border-color css
<style>
span { border-color: #6C5252; }
span { border-color: rgb(108,82,82); }
td.TdClassName
{
border-color: #6C5252;
}
.TagClassName
{
border-color: #6C5252;
}
</style>