Shades of Buccaneer #645251
Tints of Buccaneer #645251
RGB
CMYK
RGB Variations
Color information
#645251 (or 0x645251) is known color: Buccaneer. HEX triplet: 64, 52 and 51. RGB value is (100,82,81). Sum of RGB (Red+Green+Blue) = 100+82+81=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 100 - color contains mainly: red. Hex color #645251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645251 is #9BADAE. Grayscale: #575757. Windows color (decimal): -10202543 or 5329508. OLE color: 5329508.
HSL color Cylindrical-coordinate representation of color #645251: hue angle of 3.16º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #645251 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 82 | 81 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.61 |
| HSL | 3.16º | 0.1% | 0.35% | - |
| HSV(B) | 3.16º | 0.19% | 0.39% | - |
| XYZ | 9.76 | 9.34 | 9.07 | - |
| YUV | 87.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 81 | 0 | 0.18 | 0.19 | 0.61 | 3.16 | 0.1 | 0.35 |
| Hex | 64 | 52 | 51 | 0 | 12 | 13 | 3D | 3 | A | 23 |
| Octal | 144 | 122 | 121 | 0 | 22 | 23 | 75 | 3 | 12 | 43 |
| Binary | 1100100 | 1010010 | 1010001 | 0 | 10010 | 10011 | 111101 | 11 | 1010 | 100011 |
Color Harmonies of #645251
Complementary color
Monochromatic Colors of #645251
Black with #645251
Text Example
Text Example
White with #645251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645251; }
p { color: rgb(100,82,81); }
H1.HeaderClassName
{
color: #645251;
}
.AnyTagClassName
{
color: #645251;
}
</style>
background-color css
<style>
a { background-color: #645251; }
a { background-color: rgb(100,82,81); }
div.DivClassName
{
background-color: #645251;
}
.BgClassName
{
background-color: #645251;
}
</style>
border-color css
<style>
span { border-color: #645251; }
span { border-color: rgb(100,82,81); }
td.TdClassName
{
border-color: #645251;
}
.TagClassName
{
border-color: #645251;
}
</style>