Shades of Buccaneer #705654
Tints of Buccaneer #705654
RGB
CMYK
RGB Variations
Color information
#705654 (or 0x705654) is known color: Buccaneer. HEX triplet: 70, 56 and 54. RGB value is (112,86,84). Sum of RGB (Red+Green+Blue) = 112+86+84=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705654 is #8FA9AB. Grayscale: #5D5D5D. Windows color (decimal): -9415084 or 5527152. OLE color: 5527152.
HSL color Cylindrical-coordinate representation of color #705654: hue angle of 4.29º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #705654 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 86 | 84 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.56 |
| HSL | 4.29º | 0.14% | 0.38% | - |
| HSV(B) | 4.29º | 0.25% | 0.44% | - |
| XYZ | 11.61 | 10.74 | 9.85 | - |
| YUV | 93.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 86 | 84 | 0 | 0.23 | 0.25 | 0.56 | 4.29 | 0.14 | 0.38 |
| Hex | 70 | 56 | 54 | 0 | 17 | 19 | 38 | 4 | E | 26 |
| Octal | 160 | 126 | 124 | 0 | 27 | 31 | 70 | 4 | 16 | 46 |
| Binary | 1110000 | 1010110 | 1010100 | 0 | 10111 | 11001 | 111000 | 100 | 1110 | 100110 |
Color Harmonies of #705654
Complementary color
Monochromatic Colors of #705654
Black with #705654
Text Example
Text Example
White with #705654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705654; }
p { color: rgb(112,86,84); }
H1.HeaderClassName
{
color: #705654;
}
.AnyTagClassName
{
color: #705654;
}
</style>
background-color css
<style>
a { background-color: #705654; }
a { background-color: rgb(112,86,84); }
div.DivClassName
{
background-color: #705654;
}
.BgClassName
{
background-color: #705654;
}
</style>
border-color css
<style>
span { border-color: #705654; }
span { border-color: rgb(112,86,84); }
td.TdClassName
{
border-color: #705654;
}
.TagClassName
{
border-color: #705654;
}
</style>