Shades of Buccaneer #6C5350
Tints of Buccaneer #6C5350
RGB
CMYK
RGB Variations
Color information
#6C5350 (or 0x6C5350) is known color: Buccaneer. HEX triplet: 6C, 53 and 50. RGB value is (108,83,80). Sum of RGB (Red+Green+Blue) = 108+83+80=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5350 is #93ACAF. Grayscale: #5A5A5A. Windows color (decimal): -9678000 or 5264236. OLE color: 5264236.
HSL color Cylindrical-coordinate representation of color #6C5350: hue angle of 6.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C5350 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 83 | 80 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.58 |
| HSL | 6.43º | 0.15% | 0.37% | - |
| HSV(B) | 6.43º | 0.26% | 0.42% | - |
| XYZ | 10.73 | 9.95 | 8.95 | - |
| YUV | 90.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 80 | 0 | 0.23 | 0.26 | 0.58 | 6.43 | 0.15 | 0.37 |
| Hex | 6C | 53 | 50 | 0 | 17 | 1A | 3A | 6 | F | 25 |
| Octal | 154 | 123 | 120 | 0 | 27 | 32 | 72 | 6 | 17 | 45 |
| Binary | 1101100 | 1010011 | 1010000 | 0 | 10111 | 11010 | 111010 | 110 | 1111 | 100101 |
Color Harmonies of #6C5350
Complementary color
Monochromatic Colors of #6C5350
Black with #6C5350
Text Example
Text Example
White with #6C5350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5350; }
p { color: rgb(108,83,80); }
H1.HeaderClassName
{
color: #6C5350;
}
.AnyTagClassName
{
color: #6C5350;
}
</style>
background-color css
<style>
a { background-color: #6C5350; }
a { background-color: rgb(108,83,80); }
div.DivClassName
{
background-color: #6C5350;
}
.BgClassName
{
background-color: #6C5350;
}
</style>
border-color css
<style>
span { border-color: #6C5350; }
span { border-color: rgb(108,83,80); }
td.TdClassName
{
border-color: #6C5350;
}
.TagClassName
{
border-color: #6C5350;
}
</style>