Shades of Buccaneer #6C5753
Tints of Buccaneer #6C5753
RGB
CMYK
RGB Variations
Color information
#6C5753 (or 0x6C5753) is known color: Buccaneer. HEX triplet: 6C, 57 and 53. RGB value is (108,87,83). Sum of RGB (Red+Green+Blue) = 108+87+83=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5753 is #93A8AC. Grayscale: #5C5C5C. Windows color (decimal): -9676973 or 5461868. OLE color: 5461868.
HSL color Cylindrical-coordinate representation of color #6C5753: hue angle of 9.6º 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 #6C5753 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 87 | 83 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.58 |
| HSL | 9.6º | 0.13% | 0.37% | - |
| HSV(B) | 9.6º | 0.23% | 0.42% | - |
| XYZ | 11.15 | 10.63 | 9.65 | - |
| YUV | 92.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 83 | 0 | 0.19 | 0.23 | 0.58 | 9.6 | 0.13 | 0.37 |
| Hex | 6C | 57 | 53 | 0 | 13 | 17 | 3A | A | D | 25 |
| Octal | 154 | 127 | 123 | 0 | 23 | 27 | 72 | 12 | 15 | 45 |
| Binary | 1101100 | 1010111 | 1010011 | 0 | 10011 | 10111 | 111010 | 1010 | 1101 | 100101 |
Color Harmonies of #6C5753
Complementary color
Monochromatic Colors of #6C5753
Black with #6C5753
Text Example
Text Example
White with #6C5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5753; }
p { color: rgb(108,87,83); }
H1.HeaderClassName
{
color: #6C5753;
}
.AnyTagClassName
{
color: #6C5753;
}
</style>
background-color css
<style>
a { background-color: #6C5753; }
a { background-color: rgb(108,87,83); }
div.DivClassName
{
background-color: #6C5753;
}
.BgClassName
{
background-color: #6C5753;
}
</style>
border-color css
<style>
span { border-color: #6C5753; }
span { border-color: rgb(108,87,83); }
td.TdClassName
{
border-color: #6C5753;
}
.TagClassName
{
border-color: #6C5753;
}
</style>