Shades of Buccaneer #685653
Tints of Buccaneer #685653
RGB
CMYK
RGB Variations
Color information
#685653 (or 0x685653) is known color: Buccaneer. HEX triplet: 68, 56 and 53. RGB value is (104,86,83). Sum of RGB (Red+Green+Blue) = 104+86+83=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685653 is #97A9AC. Grayscale: #5B5B5B. Windows color (decimal): -9939373 or 5461608. OLE color: 5461608.
HSL color Cylindrical-coordinate representation of color #685653: hue angle of 8.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685653 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 86 | 83 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.59 |
| HSL | 8.57º | 0.11% | 0.37% | - |
| HSV(B) | 8.57º | 0.2% | 0.41% | - |
| XYZ | 10.6 | 10.22 | 9.6 | - |
| YUV | 91.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 83 | 0 | 0.17 | 0.20 | 0.59 | 8.57 | 0.11 | 0.37 |
| Hex | 68 | 56 | 53 | 0 | 11 | 14 | 3B | 9 | B | 25 |
| Octal | 150 | 126 | 123 | 0 | 21 | 24 | 73 | 11 | 13 | 45 |
| Binary | 1101000 | 1010110 | 1010011 | 0 | 10001 | 10100 | 111011 | 1001 | 1011 | 100101 |
Color Harmonies of #685653
Complementary color
Monochromatic Colors of #685653
Black with #685653
Text Example
Text Example
White with #685653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685653; }
p { color: rgb(104,86,83); }
H1.HeaderClassName
{
color: #685653;
}
.AnyTagClassName
{
color: #685653;
}
</style>
background-color css
<style>
a { background-color: #685653; }
a { background-color: rgb(104,86,83); }
div.DivClassName
{
background-color: #685653;
}
.BgClassName
{
background-color: #685653;
}
</style>
border-color css
<style>
span { border-color: #685653; }
span { border-color: rgb(104,86,83); }
td.TdClassName
{
border-color: #685653;
}
.TagClassName
{
border-color: #685653;
}
</style>