Shades of Buccaneer #6D4C4A
Tints of Buccaneer #6D4C4A
RGB
CMYK
RGB Variations
Color information
#6D4C4A (or 0x6D4C4A) is known color: Buccaneer. HEX triplet: 6D, 4C and 4A. RGB value is (109,76,74). Sum of RGB (Red+Green+Blue) = 109+76+74=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4C4A is #92B3B5. Grayscale: #555555. Windows color (decimal): -9614262 or 4869229. OLE color: 4869229.
HSL color Cylindrical-coordinate representation of color #6D4C4A: hue angle of 3.43º 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 #6D4C4A is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 76 | 74 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.57 |
| HSL | 3.43º | 0.19% | 0.36% | - |
| HSV(B) | 3.43º | 0.32% | 0.43% | - |
| XYZ | 10.13 | 8.91 | 7.67 | - |
| YUV | 85.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 74 | 0 | 0.30 | 0.32 | 0.57 | 3.43 | 0.19 | 0.36 |
| Hex | 6D | 4C | 4A | 0 | 1E | 20 | 39 | 3 | 13 | 24 |
| Octal | 155 | 114 | 112 | 0 | 36 | 40 | 71 | 3 | 23 | 44 |
| Binary | 1101101 | 1001100 | 1001010 | 0 | 11110 | 100000 | 111001 | 11 | 10011 | 100100 |
Color Harmonies of #6D4C4A
Complementary color
Monochromatic Colors of #6D4C4A
Black with #6D4C4A
Text Example
Text Example
White with #6D4C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4C4A; }
p { color: rgb(109,76,74); }
H1.HeaderClassName
{
color: #6D4C4A;
}
.AnyTagClassName
{
color: #6D4C4A;
}
</style>
background-color css
<style>
a { background-color: #6D4C4A; }
a { background-color: rgb(109,76,74); }
div.DivClassName
{
background-color: #6D4C4A;
}
.BgClassName
{
background-color: #6D4C4A;
}
</style>
border-color css
<style>
span { border-color: #6D4C4A; }
span { border-color: rgb(109,76,74); }
td.TdClassName
{
border-color: #6D4C4A;
}
.TagClassName
{
border-color: #6D4C4A;
}
</style>