Shades of Buccaneer #675252
Tints of Buccaneer #675252
RGB
CMYK
RGB Variations
Color information
#675252 (or 0x675252) is known color: Buccaneer. HEX triplet: 67, 52 and 52. RGB value is (103,82,82). Sum of RGB (Red+Green+Blue) = 103+82+82=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 103 - color contains mainly: red. Hex color #675252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675252 is #98ADAD. Grayscale: #585858. Windows color (decimal): -10005934 or 5395047. OLE color: 5395047.
HSL color Cylindrical-coordinate representation of color #675252: 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.2%. Process color model (Four color, CMYK) of #675252 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 82 | 82 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.60 |
| HSL | 0º | 0.11% | 0.36% | - |
| HSV(B) | 0º | 0.2% | 0.4% | - |
| XYZ | 10.13 | 9.53 | 9.29 | - |
| YUV | 88.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 82 | 0 | 0.20 | 0.20 | 0.60 | 0 | 0.11 | 0.36 |
| Hex | 67 | 52 | 52 | 0 | 14 | 14 | 3C | 0 | B | 24 |
| Octal | 147 | 122 | 122 | 0 | 24 | 24 | 74 | 0 | 13 | 44 |
| Binary | 1100111 | 1010010 | 1010010 | 0 | 10100 | 10100 | 111100 | 0 | 1011 | 100100 |
Color Harmonies of #675252
Complementary color
Monochromatic Colors of #675252
Black with #675252
Text Example
Text Example
White with #675252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675252; }
p { color: rgb(103,82,82); }
H1.HeaderClassName
{
color: #675252;
}
.AnyTagClassName
{
color: #675252;
}
</style>
background-color css
<style>
a { background-color: #675252; }
a { background-color: rgb(103,82,82); }
div.DivClassName
{
background-color: #675252;
}
.BgClassName
{
background-color: #675252;
}
</style>
border-color css
<style>
span { border-color: #675252; }
span { border-color: rgb(103,82,82); }
td.TdClassName
{
border-color: #675252;
}
.TagClassName
{
border-color: #675252;
}
</style>