Shades of Buccaneer #685451
Tints of Buccaneer #685451
RGB
CMYK
RGB Variations
Color information
#685451 (or 0x685451) is known color: Buccaneer. HEX triplet: 68, 54 and 51. RGB value is (104,84,81). Sum of RGB (Red+Green+Blue) = 104+84+81=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #685451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685451 is #97ABAE. Grayscale: #595959. Windows color (decimal): -9939887 or 5330024. OLE color: 5330024.
HSL color Cylindrical-coordinate representation of color #685451: hue angle of 7.83º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #685451 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 81 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.59 |
| HSL | 7.83º | 0.12% | 0.36% | - |
| HSV(B) | 7.83º | 0.22% | 0.41% | - |
| XYZ | 10.36 | 9.88 | 9.14 | - |
| YUV | 89.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 81 | 0 | 0.19 | 0.22 | 0.59 | 7.83 | 0.12 | 0.36 |
| Hex | 68 | 54 | 51 | 0 | 13 | 16 | 3B | 8 | C | 24 |
| Octal | 150 | 124 | 121 | 0 | 23 | 26 | 73 | 10 | 14 | 44 |
| Binary | 1101000 | 1010100 | 1010001 | 0 | 10011 | 10110 | 111011 | 1000 | 1100 | 100100 |
Color Harmonies of #685451
Complementary color
Monochromatic Colors of #685451
Black with #685451
Text Example
Text Example
White with #685451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685451; }
p { color: rgb(104,84,81); }
H1.HeaderClassName
{
color: #685451;
}
.AnyTagClassName
{
color: #685451;
}
</style>
background-color css
<style>
a { background-color: #685451; }
a { background-color: rgb(104,84,81); }
div.DivClassName
{
background-color: #685451;
}
.BgClassName
{
background-color: #685451;
}
</style>
border-color css
<style>
span { border-color: #685451; }
span { border-color: rgb(104,84,81); }
td.TdClassName
{
border-color: #685451;
}
.TagClassName
{
border-color: #685451;
}
</style>