Shades of Buccaneer #684949
Tints of Buccaneer #684949
RGB
CMYK
RGB Variations
Color information
#684949 (or 0x684949) is known color: Buccaneer. HEX triplet: 68, 49 and 49. RGB value is (104,73,73). Sum of RGB (Red+Green+Blue) = 104+73+73=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #684949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684949 is #97B6B6. Grayscale: #525252. Windows color (decimal): -9942711 or 4802920. OLE color: 4802920.
HSL color Cylindrical-coordinate representation of color #684949: hue angle of 0º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #684949 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 73 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.59 |
| HSL | 0º | 0.18% | 0.35% | - |
| HSV(B) | 0º | 0.3% | 0.41% | - |
| XYZ | 9.29 | 8.19 | 7.39 | - |
| YUV | 82.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 73 | 0 | 0.30 | 0.30 | 0.59 | 0 | 0.18 | 0.35 |
| Hex | 68 | 49 | 49 | 0 | 1E | 1E | 3B | 0 | 12 | 23 |
| Octal | 150 | 111 | 111 | 0 | 36 | 36 | 73 | 0 | 22 | 43 |
| Binary | 1101000 | 1001001 | 1001001 | 0 | 11110 | 11110 | 111011 | 0 | 10010 | 100011 |
Color Harmonies of #684949
Complementary color
Monochromatic Colors of #684949
Black with #684949
Text Example
Text Example
White with #684949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684949; }
p { color: rgb(104,73,73); }
H1.HeaderClassName
{
color: #684949;
}
.AnyTagClassName
{
color: #684949;
}
</style>
background-color css
<style>
a { background-color: #684949; }
a { background-color: rgb(104,73,73); }
div.DivClassName
{
background-color: #684949;
}
.BgClassName
{
background-color: #684949;
}
</style>
border-color css
<style>
span { border-color: #684949; }
span { border-color: rgb(104,73,73); }
td.TdClassName
{
border-color: #684949;
}
.TagClassName
{
border-color: #684949;
}
</style>