Shades of Buccaneer #6D4D4C
Tints of Buccaneer #6D4D4C
RGB
CMYK
RGB Variations
Color information
#6D4D4C (or 0x6D4D4C) is known color: Buccaneer. HEX triplet: 6D, 4D and 4C. RGB value is (109,77,76). Sum of RGB (Red+Green+Blue) = 109+77+76=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4D4C is #92B2B3. Grayscale: #565656. Windows color (decimal): -9614004 or 5000557. OLE color: 5000557.
HSL color Cylindrical-coordinate representation of color #6D4D4C: hue angle of 1.82º 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 #6D4D4C is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 77 | 76 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.57 |
| HSL | 1.82º | 0.18% | 0.36% | - |
| HSV(B) | 1.82º | 0.3% | 0.43% | - |
| XYZ | 10.27 | 9.08 | 8.05 | - |
| YUV | 86.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 76 | 0 | 0.29 | 0.30 | 0.57 | 1.82 | 0.18 | 0.36 |
| Hex | 6D | 4D | 4C | 0 | 1D | 1E | 39 | 2 | 12 | 24 |
| Octal | 155 | 115 | 114 | 0 | 35 | 36 | 71 | 2 | 22 | 44 |
| Binary | 1101101 | 1001101 | 1001100 | 0 | 11101 | 11110 | 111001 | 10 | 10010 | 100100 |
Color Harmonies of #6D4D4C
Complementary color
Monochromatic Colors of #6D4D4C
Black with #6D4D4C
Text Example
Text Example
White with #6D4D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D4C; }
p { color: rgb(109,77,76); }
H1.HeaderClassName
{
color: #6D4D4C;
}
.AnyTagClassName
{
color: #6D4D4C;
}
</style>
background-color css
<style>
a { background-color: #6D4D4C; }
a { background-color: rgb(109,77,76); }
div.DivClassName
{
background-color: #6D4D4C;
}
.BgClassName
{
background-color: #6D4D4C;
}
</style>
border-color css
<style>
span { border-color: #6D4D4C; }
span { border-color: rgb(109,77,76); }
td.TdClassName
{
border-color: #6D4D4C;
}
.TagClassName
{
border-color: #6D4D4C;
}
</style>