Shades of Buccaneer #675150
Tints of Buccaneer #675150
RGB
CMYK
RGB Variations
Color information
#675150 (or 0x675150) is known color: Buccaneer. HEX triplet: 67, 51 and 50. RGB value is (103,81,80). Sum of RGB (Red+Green+Blue) = 103+81+80=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 103 - color contains mainly: red. Hex color #675150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675150 is #98AEAF. Grayscale: #575757. Windows color (decimal): -10006192 or 5263719. OLE color: 5263719.
HSL color Cylindrical-coordinate representation of color #675150: hue angle of 2.61º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #675150 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 80 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.60 |
| HSL | 2.61º | 0.13% | 0.36% | - |
| HSV(B) | 2.61º | 0.22% | 0.4% | - |
| XYZ | 9.98 | 9.35 | 8.87 | - |
| YUV | 87.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 80 | 0 | 0.21 | 0.22 | 0.60 | 2.61 | 0.13 | 0.36 |
| Hex | 67 | 51 | 50 | 0 | 15 | 16 | 3C | 3 | D | 24 |
| Octal | 147 | 121 | 120 | 0 | 25 | 26 | 74 | 3 | 15 | 44 |
| Binary | 1100111 | 1010001 | 1010000 | 0 | 10101 | 10110 | 111100 | 11 | 1101 | 100100 |
Color Harmonies of #675150
Complementary color
Monochromatic Colors of #675150
Black with #675150
Text Example
Text Example
White with #675150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675150; }
p { color: rgb(103,81,80); }
H1.HeaderClassName
{
color: #675150;
}
.AnyTagClassName
{
color: #675150;
}
</style>
background-color css
<style>
a { background-color: #675150; }
a { background-color: rgb(103,81,80); }
div.DivClassName
{
background-color: #675150;
}
.BgClassName
{
background-color: #675150;
}
</style>
border-color css
<style>
span { border-color: #675150; }
span { border-color: rgb(103,81,80); }
td.TdClassName
{
border-color: #675150;
}
.TagClassName
{
border-color: #675150;
}
</style>