Shades of Buccaneer #705651
Tints of Buccaneer #705651
RGB
CMYK
RGB Variations
Color information
#705651 (or 0x705651) is known color: Buccaneer. HEX triplet: 70, 56 and 51. RGB value is (112,86,81). Sum of RGB (Red+Green+Blue) = 112+86+81=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #705651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705651 is #8FA9AE. Grayscale: #5D5D5D. Windows color (decimal): -9415087 or 5330544. OLE color: 5330544.
HSL color Cylindrical-coordinate representation of color #705651: hue angle of 9.68º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705651 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 86 | 81 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.56 |
| HSL | 9.68º | 0.16% | 0.38% | - |
| HSV(B) | 9.68º | 0.28% | 0.44% | - |
| XYZ | 11.5 | 10.69 | 9.24 | - |
| YUV | 93.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 86 | 81 | 0 | 0.23 | 0.28 | 0.56 | 9.68 | 0.16 | 0.38 |
| Hex | 70 | 56 | 51 | 0 | 17 | 1C | 38 | A | 10 | 26 |
| Octal | 160 | 126 | 121 | 0 | 27 | 34 | 70 | 12 | 20 | 46 |
| Binary | 1110000 | 1010110 | 1010001 | 0 | 10111 | 11100 | 111000 | 1010 | 10000 | 100110 |
Color Harmonies of #705651
Complementary color
Monochromatic Colors of #705651
Black with #705651
Text Example
Text Example
White with #705651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705651; }
p { color: rgb(112,86,81); }
H1.HeaderClassName
{
color: #705651;
}
.AnyTagClassName
{
color: #705651;
}
</style>
background-color css
<style>
a { background-color: #705651; }
a { background-color: rgb(112,86,81); }
div.DivClassName
{
background-color: #705651;
}
.BgClassName
{
background-color: #705651;
}
</style>
border-color css
<style>
span { border-color: #705651; }
span { border-color: rgb(112,86,81); }
td.TdClassName
{
border-color: #705651;
}
.TagClassName
{
border-color: #705651;
}
</style>