Shades of Buccaneer #6D4E4C
Tints of Buccaneer #6D4E4C
RGB
CMYK
RGB Variations
Color information
#6D4E4C (or 0x6D4E4C) is known color: Buccaneer. HEX triplet: 6D, 4E and 4C. RGB value is (109,78,76). Sum of RGB (Red+Green+Blue) = 109+78+76=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4E4C is #92B1B3. Grayscale: #575757. Windows color (decimal): -9613748 or 5000813. OLE color: 5000813.
HSL color Cylindrical-coordinate representation of color #6D4E4C: hue angle of 3.64º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D4E4C is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 78 | 76 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.57 |
| HSL | 3.64º | 0.18% | 0.36% | - |
| HSV(B) | 3.64º | 0.3% | 0.43% | - |
| XYZ | 10.34 | 9.22 | 8.07 | - |
| YUV | 87.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 76 | 0 | 0.28 | 0.30 | 0.57 | 3.64 | 0.18 | 0.36 |
| Hex | 6D | 4E | 4C | 0 | 1C | 1E | 39 | 4 | 12 | 24 |
| Octal | 155 | 116 | 114 | 0 | 34 | 36 | 71 | 4 | 22 | 44 |
| Binary | 1101101 | 1001110 | 1001100 | 0 | 11100 | 11110 | 111001 | 100 | 10010 | 100100 |
Color Harmonies of #6D4E4C
Complementary color
Monochromatic Colors of #6D4E4C
Black with #6D4E4C
Text Example
Text Example
White with #6D4E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4E4C; }
p { color: rgb(109,78,76); }
H1.HeaderClassName
{
color: #6D4E4C;
}
.AnyTagClassName
{
color: #6D4E4C;
}
</style>
background-color css
<style>
a { background-color: #6D4E4C; }
a { background-color: rgb(109,78,76); }
div.DivClassName
{
background-color: #6D4E4C;
}
.BgClassName
{
background-color: #6D4E4C;
}
</style>
border-color css
<style>
span { border-color: #6D4E4C; }
span { border-color: rgb(109,78,76); }
td.TdClassName
{
border-color: #6D4E4C;
}
.TagClassName
{
border-color: #6D4E4C;
}
</style>