Shades of Buccaneer #665553
Tints of Buccaneer #665553
RGB
CMYK
RGB Variations
Color information
#665553 (or 0x665553) is known color: Buccaneer. HEX triplet: 66, 55 and 53. RGB value is (102,85,83). Sum of RGB (Red+Green+Blue) = 102+85+83=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #665553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665553 is #99AAAC. Grayscale: #595959. Windows color (decimal): -10070701 or 5461350. OLE color: 5461350.
HSL color Cylindrical-coordinate representation of color #665553: hue angle of 6.32º degrees, saturation: 0.1, 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 #665553 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 83 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.6 |
| HSL | 6.32º | 0.1% | 0.36% | - |
| HSV(B) | 6.32º | 0.19% | 0.4% | - |
| XYZ | 10.29 | 9.95 | 9.56 | - |
| YUV | 89.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 83 | 0 | 0.17 | 0.19 | 0.6 | 6.32 | 0.1 | 0.36 |
| Hex | 66 | 55 | 53 | 0 | 11 | 13 | 3C | 6 | A | 24 |
| Octal | 146 | 125 | 123 | 0 | 21 | 23 | 74 | 6 | 12 | 44 |
| Binary | 1100110 | 1010101 | 1010011 | 0 | 10001 | 10011 | 111100 | 110 | 1010 | 100100 |
Color Harmonies of #665553
Complementary color
Monochromatic Colors of #665553
Black with #665553
Text Example
Text Example
White with #665553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665553; }
p { color: rgb(102,85,83); }
H1.HeaderClassName
{
color: #665553;
}
.AnyTagClassName
{
color: #665553;
}
</style>
background-color css
<style>
a { background-color: #665553; }
a { background-color: rgb(102,85,83); }
div.DivClassName
{
background-color: #665553;
}
.BgClassName
{
background-color: #665553;
}
</style>
border-color css
<style>
span { border-color: #665553; }
span { border-color: rgb(102,85,83); }
td.TdClassName
{
border-color: #665553;
}
.TagClassName
{
border-color: #665553;
}
</style>