Shades of Buccaneer #675251
Tints of Buccaneer #675251
RGB
CMYK
RGB Variations
Color information
#675251 (or 0x675251) is known color: Buccaneer. HEX triplet: 67, 52 and 51. RGB value is (103,82,81). Sum of RGB (Red+Green+Blue) = 103+82+81=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #675251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675251 is #98ADAE. Grayscale: #585858. Windows color (decimal): -10005935 or 5329511. OLE color: 5329511.
HSL color Cylindrical-coordinate representation of color #675251: hue angle of 2.73º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675251 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 82 | 81 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.60 |
| HSL | 2.73º | 0.12% | 0.36% | - |
| HSV(B) | 2.73º | 0.21% | 0.4% | - |
| XYZ | 10.1 | 9.51 | 9.09 | - |
| YUV | 88.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 81 | 0 | 0.20 | 0.21 | 0.60 | 2.73 | 0.12 | 0.36 |
| Hex | 67 | 52 | 51 | 0 | 14 | 15 | 3C | 3 | C | 24 |
| Octal | 147 | 122 | 121 | 0 | 24 | 25 | 74 | 3 | 14 | 44 |
| Binary | 1100111 | 1010010 | 1010001 | 0 | 10100 | 10101 | 111100 | 11 | 1100 | 100100 |
Color Harmonies of #675251
Complementary color
Monochromatic Colors of #675251
Black with #675251
Text Example
Text Example
White with #675251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675251; }
p { color: rgb(103,82,81); }
H1.HeaderClassName
{
color: #675251;
}
.AnyTagClassName
{
color: #675251;
}
</style>
background-color css
<style>
a { background-color: #675251; }
a { background-color: rgb(103,82,81); }
div.DivClassName
{
background-color: #675251;
}
.BgClassName
{
background-color: #675251;
}
</style>
border-color css
<style>
span { border-color: #675251; }
span { border-color: rgb(103,82,81); }
td.TdClassName
{
border-color: #675251;
}
.TagClassName
{
border-color: #675251;
}
</style>