Shades of Buccaneer #655554
Tints of Buccaneer #655554
RGB
CMYK
RGB Variations
Color information
#655554 (or 0x655554) is known color: Buccaneer. HEX triplet: 65, 55 and 54. RGB value is (101,85,84). Sum of RGB (Red+Green+Blue) = 101+85+84=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 101 - color contains mainly: red. Hex color #655554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655554 is #9AAAAB. Grayscale: #595959. Windows color (decimal): -10136236 or 5526885. OLE color: 5526885.
HSL color Cylindrical-coordinate representation of color #655554: hue angle of 3.53º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #655554 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 84 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.60 |
| HSL | 3.53º | 0.09% | 0.36% | - |
| HSV(B) | 3.53º | 0.17% | 0.4% | - |
| XYZ | 10.22 | 9.9 | 9.76 | - |
| YUV | 89.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 84 | 0 | 0.16 | 0.17 | 0.60 | 3.53 | 0.09 | 0.36 |
| Hex | 65 | 55 | 54 | 0 | 10 | 11 | 3C | 4 | 9 | 24 |
| Octal | 145 | 125 | 124 | 0 | 20 | 21 | 74 | 4 | 11 | 44 |
| Binary | 1100101 | 1010101 | 1010100 | 0 | 10000 | 10001 | 111100 | 100 | 1001 | 100100 |
Color Harmonies of #655554
Complementary color
Monochromatic Colors of #655554
Black with #655554
Text Example
Text Example
White with #655554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655554; }
p { color: rgb(101,85,84); }
H1.HeaderClassName
{
color: #655554;
}
.AnyTagClassName
{
color: #655554;
}
</style>
background-color css
<style>
a { background-color: #655554; }
a { background-color: rgb(101,85,84); }
div.DivClassName
{
background-color: #655554;
}
.BgClassName
{
background-color: #655554;
}
</style>
border-color css
<style>
span { border-color: #655554; }
span { border-color: rgb(101,85,84); }
td.TdClassName
{
border-color: #655554;
}
.TagClassName
{
border-color: #655554;
}
</style>