Shades of Buccaneer #675553
Tints of Buccaneer #675553
RGB
CMYK
RGB Variations
Color information
#675553 (or 0x675553) is known color: Buccaneer. HEX triplet: 67, 55 and 53. RGB value is (103,85,83). Sum of RGB (Red+Green+Blue) = 103+85+83=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 103 - color contains mainly: red. Hex color #675553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675553 is #98AAAC. Grayscale: #5A5A5A. Windows color (decimal): -10005165 or 5461351. OLE color: 5461351.
HSL color Cylindrical-coordinate representation of color #675553: hue angle of 6º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #675553 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 85 | 83 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.60 |
| HSL | 6º | 0.11% | 0.36% | - |
| HSV(B) | 6º | 0.19% | 0.4% | - |
| XYZ | 10.4 | 10.01 | 9.57 | - |
| YUV | 90.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 83 | 0 | 0.17 | 0.19 | 0.60 | 6 | 0.11 | 0.36 |
| Hex | 67 | 55 | 53 | 0 | 11 | 13 | 3C | 6 | B | 24 |
| Octal | 147 | 125 | 123 | 0 | 21 | 23 | 74 | 6 | 13 | 44 |
| Binary | 1100111 | 1010101 | 1010011 | 0 | 10001 | 10011 | 111100 | 110 | 1011 | 100100 |
Color Harmonies of #675553
Complementary color
Monochromatic Colors of #675553
Black with #675553
Text Example
Text Example
White with #675553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675553; }
p { color: rgb(103,85,83); }
H1.HeaderClassName
{
color: #675553;
}
.AnyTagClassName
{
color: #675553;
}
</style>
background-color css
<style>
a { background-color: #675553; }
a { background-color: rgb(103,85,83); }
div.DivClassName
{
background-color: #675553;
}
.BgClassName
{
background-color: #675553;
}
</style>
border-color css
<style>
span { border-color: #675553; }
span { border-color: rgb(103,85,83); }
td.TdClassName
{
border-color: #675553;
}
.TagClassName
{
border-color: #675553;
}
</style>