Shades of Buccaneer #675353
Tints of Buccaneer #675353
RGB
CMYK
RGB Variations
Color information
#675353 (or 0x675353) is known color: Buccaneer. HEX triplet: 67, 53 and 53. RGB value is (103,83,83). Sum of RGB (Red+Green+Blue) = 103+83+83=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 103 - color contains mainly: red. Hex color #675353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675353 is #98ACAC. Grayscale: #595959. Windows color (decimal): -10005677 or 5460839. OLE color: 5460839.
HSL color Cylindrical-coordinate representation of color #675353: hue angle of 0º 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 #675353 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 83 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.60 |
| HSL | 0º | 0.11% | 0.36% | - |
| HSV(B) | 0º | 0.19% | 0.4% | - |
| XYZ | 10.25 | 9.69 | 9.51 | - |
| YUV | 88.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 83 | 0 | 0.19 | 0.19 | 0.60 | 0 | 0.11 | 0.36 |
| Hex | 67 | 53 | 53 | 0 | 13 | 13 | 3C | 0 | B | 24 |
| Octal | 147 | 123 | 123 | 0 | 23 | 23 | 74 | 0 | 13 | 44 |
| Binary | 1100111 | 1010011 | 1010011 | 0 | 10011 | 10011 | 111100 | 0 | 1011 | 100100 |
Color Harmonies of #675353
Complementary color
Monochromatic Colors of #675353
Black with #675353
Text Example
Text Example
White with #675353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675353; }
p { color: rgb(103,83,83); }
H1.HeaderClassName
{
color: #675353;
}
.AnyTagClassName
{
color: #675353;
}
</style>
background-color css
<style>
a { background-color: #675353; }
a { background-color: rgb(103,83,83); }
div.DivClassName
{
background-color: #675353;
}
.BgClassName
{
background-color: #675353;
}
</style>
border-color css
<style>
span { border-color: #675353; }
span { border-color: rgb(103,83,83); }
td.TdClassName
{
border-color: #675353;
}
.TagClassName
{
border-color: #675353;
}
</style>