Shades of Buccaneer #6C5552
Tints of Buccaneer #6C5552
RGB
CMYK
RGB Variations
Color information
#6C5552 (or 0x6C5552) is known color: Buccaneer. HEX triplet: 6C, 55 and 52. RGB value is (108,85,82). Sum of RGB (Red+Green+Blue) = 108+85+82=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5552 is #93AAAD. Grayscale: #5B5B5B. Windows color (decimal): -9677486 or 5395820. OLE color: 5395820.
HSL color Cylindrical-coordinate representation of color #6C5552: hue angle of 6.92º 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 #6C5552 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 85 | 82 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.58 |
| HSL | 6.92º | 0.14% | 0.37% | - |
| HSV(B) | 6.92º | 0.24% | 0.42% | - |
| XYZ | 10.96 | 10.29 | 9.39 | - |
| YUV | 91.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 85 | 82 | 0 | 0.21 | 0.24 | 0.58 | 6.92 | 0.14 | 0.37 |
| Hex | 6C | 55 | 52 | 0 | 15 | 18 | 3A | 7 | E | 25 |
| Octal | 154 | 125 | 122 | 0 | 25 | 30 | 72 | 7 | 16 | 45 |
| Binary | 1101100 | 1010101 | 1010010 | 0 | 10101 | 11000 | 111010 | 111 | 1110 | 100101 |
Color Harmonies of #6C5552
Complementary color
Monochromatic Colors of #6C5552
Black with #6C5552
Text Example
Text Example
White with #6C5552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5552; }
p { color: rgb(108,85,82); }
H1.HeaderClassName
{
color: #6C5552;
}
.AnyTagClassName
{
color: #6C5552;
}
</style>
background-color css
<style>
a { background-color: #6C5552; }
a { background-color: rgb(108,85,82); }
div.DivClassName
{
background-color: #6C5552;
}
.BgClassName
{
background-color: #6C5552;
}
</style>
border-color css
<style>
span { border-color: #6C5552; }
span { border-color: rgb(108,85,82); }
td.TdClassName
{
border-color: #6C5552;
}
.TagClassName
{
border-color: #6C5552;
}
</style>