Shades of Buccaneer #645654
Tints of Buccaneer #645654
RGB
CMYK
RGB Variations
Color information
#645654 (or 0x645654) is known color: Buccaneer. HEX triplet: 64, 56 and 54. RGB value is (100,86,84). Sum of RGB (Red+Green+Blue) = 100+86+84=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 100 - color contains mainly: red. Hex color #645654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645654 is #9BA9AB. Grayscale: #595959. Windows color (decimal): -10201516 or 5527140. OLE color: 5527140.
HSL color Cylindrical-coordinate representation of color #645654: hue angle of 7.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #645654 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 86 | 84 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.61 |
| HSL | 7.5º | 0.09% | 0.36% | - |
| HSV(B) | 7.5º | 0.16% | 0.39% | - |
| XYZ | 10.18 | 10.01 | 9.78 | - |
| YUV | 89.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 84 | 0 | 0.14 | 0.16 | 0.61 | 7.5 | 0.09 | 0.36 |
| Hex | 64 | 56 | 54 | 0 | E | 10 | 3D | 8 | 9 | 24 |
| Octal | 144 | 126 | 124 | 0 | 16 | 20 | 75 | 10 | 11 | 44 |
| Binary | 1100100 | 1010110 | 1010100 | 0 | 1110 | 10000 | 111101 | 1000 | 1001 | 100100 |
Color Harmonies of #645654
Complementary color
Monochromatic Colors of #645654
Black with #645654
Text Example
Text Example
White with #645654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645654; }
p { color: rgb(100,86,84); }
H1.HeaderClassName
{
color: #645654;
}
.AnyTagClassName
{
color: #645654;
}
</style>
background-color css
<style>
a { background-color: #645654; }
a { background-color: rgb(100,86,84); }
div.DivClassName
{
background-color: #645654;
}
.BgClassName
{
background-color: #645654;
}
</style>
border-color css
<style>
span { border-color: #645654; }
span { border-color: rgb(100,86,84); }
td.TdClassName
{
border-color: #645654;
}
.TagClassName
{
border-color: #645654;
}
</style>