Shades of Buccaneer #684F4E
Tints of Buccaneer #684F4E
RGB
CMYK
RGB Variations
Color information
#684F4E (or 0x684F4E) is known color: Buccaneer. HEX triplet: 68, 4F and 4E. RGB value is (104,79,78). Sum of RGB (Red+Green+Blue) = 104+79+78=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #684F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F4E is #97B0B1. Grayscale: #565656. Windows color (decimal): -9941170 or 5132136. OLE color: 5132136.
HSL color Cylindrical-coordinate representation of color #684F4E: hue angle of 2.31º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #684F4E is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 78 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.59 |
| HSL | 2.31º | 0.14% | 0.36% | - |
| HSV(B) | 2.31º | 0.25% | 0.41% | - |
| XYZ | 9.88 | 9.09 | 8.44 | - |
| YUV | 86.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 78 | 0 | 0.24 | 0.25 | 0.59 | 2.31 | 0.14 | 0.36 |
| Hex | 68 | 4F | 4E | 0 | 18 | 19 | 3B | 2 | E | 24 |
| Octal | 150 | 117 | 116 | 0 | 30 | 31 | 73 | 2 | 16 | 44 |
| Binary | 1101000 | 1001111 | 1001110 | 0 | 11000 | 11001 | 111011 | 10 | 1110 | 100100 |
Color Harmonies of #684F4E
Complementary color
Monochromatic Colors of #684F4E
Black with #684F4E
Text Example
Text Example
White with #684F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F4E; }
p { color: rgb(104,79,78); }
H1.HeaderClassName
{
color: #684F4E;
}
.AnyTagClassName
{
color: #684F4E;
}
</style>
background-color css
<style>
a { background-color: #684F4E; }
a { background-color: rgb(104,79,78); }
div.DivClassName
{
background-color: #684F4E;
}
.BgClassName
{
background-color: #684F4E;
}
</style>
border-color css
<style>
span { border-color: #684F4E; }
span { border-color: rgb(104,79,78); }
td.TdClassName
{
border-color: #684F4E;
}
.TagClassName
{
border-color: #684F4E;
}
</style>