Shades of Buccaneer #6D4B4A
Tints of Buccaneer #6D4B4A
RGB
CMYK
RGB Variations
Color information
#6D4B4A (or 0x6D4B4A) is known color: Buccaneer. HEX triplet: 6D, 4B and 4A. RGB value is (109,75,74). Sum of RGB (Red+Green+Blue) = 109+75+74=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4B4A is #92B4B5. Grayscale: #555555. Windows color (decimal): -9614518 or 4868973. OLE color: 4868973.
HSL color Cylindrical-coordinate representation of color #6D4B4A: hue angle of 1.71º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D4B4A is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 75 | 74 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.57 |
| HSL | 1.71º | 0.19% | 0.36% | - |
| HSV(B) | 1.71º | 0.32% | 0.43% | - |
| XYZ | 10.06 | 8.78 | 7.64 | - |
| YUV | 85.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 74 | 0 | 0.31 | 0.32 | 0.57 | 1.71 | 0.19 | 0.36 |
| Hex | 6D | 4B | 4A | 0 | 1F | 20 | 39 | 2 | 13 | 24 |
| Octal | 155 | 113 | 112 | 0 | 37 | 40 | 71 | 2 | 23 | 44 |
| Binary | 1101101 | 1001011 | 1001010 | 0 | 11111 | 100000 | 111001 | 10 | 10011 | 100100 |
Color Harmonies of #6D4B4A
Complementary color
Monochromatic Colors of #6D4B4A
Black with #6D4B4A
Text Example
Text Example
White with #6D4B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B4A; }
p { color: rgb(109,75,74); }
H1.HeaderClassName
{
color: #6D4B4A;
}
.AnyTagClassName
{
color: #6D4B4A;
}
</style>
background-color css
<style>
a { background-color: #6D4B4A; }
a { background-color: rgb(109,75,74); }
div.DivClassName
{
background-color: #6D4B4A;
}
.BgClassName
{
background-color: #6D4B4A;
}
</style>
border-color css
<style>
span { border-color: #6D4B4A; }
span { border-color: rgb(109,75,74); }
td.TdClassName
{
border-color: #6D4B4A;
}
.TagClassName
{
border-color: #6D4B4A;
}
</style>