Shades of Buccaneer #6D4F4D
Tints of Buccaneer #6D4F4D
RGB
CMYK
RGB Variations
Color information
#6D4F4D (or 0x6D4F4D) is known color: Buccaneer. HEX triplet: 6D, 4F and 4D. RGB value is (109,79,77). Sum of RGB (Red+Green+Blue) = 109+79+77=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4F4D is #92B0B2. Grayscale: #575757. Windows color (decimal): -9613491 or 5066605. OLE color: 5066605.
HSL color Cylindrical-coordinate representation of color #6D4F4D: hue angle of 3.75º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D4F4D is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 79 | 77 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.57 |
| HSL | 3.75º | 0.17% | 0.36% | - |
| HSV(B) | 3.75º | 0.29% | 0.43% | - |
| XYZ | 10.44 | 9.38 | 8.28 | - |
| YUV | 87.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 77 | 0 | 0.28 | 0.29 | 0.57 | 3.75 | 0.17 | 0.36 |
| Hex | 6D | 4F | 4D | 0 | 1C | 1D | 39 | 4 | 11 | 24 |
| Octal | 155 | 117 | 115 | 0 | 34 | 35 | 71 | 4 | 21 | 44 |
| Binary | 1101101 | 1001111 | 1001101 | 0 | 11100 | 11101 | 111001 | 100 | 10001 | 100100 |
Color Harmonies of #6D4F4D
Complementary color
Monochromatic Colors of #6D4F4D
Black with #6D4F4D
Text Example
Text Example
White with #6D4F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4F4D; }
p { color: rgb(109,79,77); }
H1.HeaderClassName
{
color: #6D4F4D;
}
.AnyTagClassName
{
color: #6D4F4D;
}
</style>
background-color css
<style>
a { background-color: #6D4F4D; }
a { background-color: rgb(109,79,77); }
div.DivClassName
{
background-color: #6D4F4D;
}
.BgClassName
{
background-color: #6D4F4D;
}
</style>
border-color css
<style>
span { border-color: #6D4F4D; }
span { border-color: rgb(109,79,77); }
td.TdClassName
{
border-color: #6D4F4D;
}
.TagClassName
{
border-color: #6D4F4D;
}
</style>