Shades of Buccaneer #675452
Tints of Buccaneer #675452
RGB
CMYK
RGB Variations
Color information
#675452 (or 0x675452) is known color: Buccaneer. HEX triplet: 67, 54 and 52. RGB value is (103,84,82). Sum of RGB (Red+Green+Blue) = 103+84+82=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 103 - color contains mainly: red. Hex color #675452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675452 is #98ABAD. Grayscale: #595959. Windows color (decimal): -10005422 or 5395559. OLE color: 5395559.
HSL color Cylindrical-coordinate representation of color #675452: hue angle of 5.71º 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 #675452 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 84 | 82 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.60 |
| HSL | 5.71º | 0.11% | 0.36% | - |
| HSV(B) | 5.71º | 0.2% | 0.4% | - |
| XYZ | 10.29 | 9.83 | 9.34 | - |
| YUV | 89.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 84 | 82 | 0 | 0.18 | 0.20 | 0.60 | 5.71 | 0.11 | 0.36 |
| Hex | 67 | 54 | 52 | 0 | 12 | 14 | 3C | 6 | B | 24 |
| Octal | 147 | 124 | 122 | 0 | 22 | 24 | 74 | 6 | 13 | 44 |
| Binary | 1100111 | 1010100 | 1010010 | 0 | 10010 | 10100 | 111100 | 110 | 1011 | 100100 |
Color Harmonies of #675452
Complementary color
Monochromatic Colors of #675452
Black with #675452
Text Example
Text Example
White with #675452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675452; }
p { color: rgb(103,84,82); }
H1.HeaderClassName
{
color: #675452;
}
.AnyTagClassName
{
color: #675452;
}
</style>
background-color css
<style>
a { background-color: #675452; }
a { background-color: rgb(103,84,82); }
div.DivClassName
{
background-color: #675452;
}
.BgClassName
{
background-color: #675452;
}
</style>
border-color css
<style>
span { border-color: #675452; }
span { border-color: rgb(103,84,82); }
td.TdClassName
{
border-color: #675452;
}
.TagClassName
{
border-color: #675452;
}
</style>