Shades of Buccaneer #665452
Tints of Buccaneer #665452
RGB
CMYK
RGB Variations
Color information
#665452 (or 0x665452) is known color: Buccaneer. HEX triplet: 66, 54 and 52. RGB value is (102,84,82). Sum of RGB (Red+Green+Blue) = 102+84+82=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #665452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665452 is #99ABAD. Grayscale: #595959. Windows color (decimal): -10070958 or 5395558. OLE color: 5395558.
HSL color Cylindrical-coordinate representation of color #665452: 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.2%. Process color model (Four color, CMYK) of #665452 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 84 | 82 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.6 |
| HSL | 6º | 0.11% | 0.36% | - |
| HSV(B) | 6º | 0.2% | 0.4% | - |
| XYZ | 10.17 | 9.77 | 9.33 | - |
| YUV | 89.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 82 | 0 | 0.18 | 0.20 | 0.6 | 6 | 0.11 | 0.36 |
| Hex | 66 | 54 | 52 | 0 | 12 | 14 | 3C | 6 | B | 24 |
| Octal | 146 | 124 | 122 | 0 | 22 | 24 | 74 | 6 | 13 | 44 |
| Binary | 1100110 | 1010100 | 1010010 | 0 | 10010 | 10100 | 111100 | 110 | 1011 | 100100 |
Color Harmonies of #665452
Complementary color
Monochromatic Colors of #665452
Black with #665452
Text Example
Text Example
White with #665452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665452; }
p { color: rgb(102,84,82); }
H1.HeaderClassName
{
color: #665452;
}
.AnyTagClassName
{
color: #665452;
}
</style>
background-color css
<style>
a { background-color: #665452; }
a { background-color: rgb(102,84,82); }
div.DivClassName
{
background-color: #665452;
}
.BgClassName
{
background-color: #665452;
}
</style>
border-color css
<style>
span { border-color: #665452; }
span { border-color: rgb(102,84,82); }
td.TdClassName
{
border-color: #665452;
}
.TagClassName
{
border-color: #665452;
}
</style>