Shades of Buccaneer #6D4C4C
Tints of Buccaneer #6D4C4C
RGB
CMYK
RGB Variations
Color information
#6D4C4C (or 0x6D4C4C) is known color: Buccaneer. HEX triplet: 6D, 4C and 4C. RGB value is (109,76,76). Sum of RGB (Red+Green+Blue) = 109+76+76=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4C4C is #92B3B3. Grayscale: #555555. Windows color (decimal): -9614260 or 5000301. OLE color: 5000301.
HSL color Cylindrical-coordinate representation of color #6D4C4C: hue angle of 0º 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 #6D4C4C is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 76 | 76 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.57 |
| HSL | 0º | 0.18% | 0.36% | - |
| HSV(B) | 0º | 0.3% | 0.43% | - |
| XYZ | 10.2 | 8.94 | 8.03 | - |
| YUV | 85.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 76 | 0 | 0.30 | 0.30 | 0.57 | 0 | 0.18 | 0.36 |
| Hex | 6D | 4C | 4C | 0 | 1E | 1E | 39 | 0 | 12 | 24 |
| Octal | 155 | 114 | 114 | 0 | 36 | 36 | 71 | 0 | 22 | 44 |
| Binary | 1101101 | 1001100 | 1001100 | 0 | 11110 | 11110 | 111001 | 0 | 10010 | 100100 |
Color Harmonies of #6D4C4C
Complementary color
Monochromatic Colors of #6D4C4C
Black with #6D4C4C
Text Example
Text Example
White with #6D4C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4C4C; }
p { color: rgb(109,76,76); }
H1.HeaderClassName
{
color: #6D4C4C;
}
.AnyTagClassName
{
color: #6D4C4C;
}
</style>
background-color css
<style>
a { background-color: #6D4C4C; }
a { background-color: rgb(109,76,76); }
div.DivClassName
{
background-color: #6D4C4C;
}
.BgClassName
{
background-color: #6D4C4C;
}
</style>
border-color css
<style>
span { border-color: #6D4C4C; }
span { border-color: rgb(109,76,76); }
td.TdClassName
{
border-color: #6D4C4C;
}
.TagClassName
{
border-color: #6D4C4C;
}
</style>