Shades of Buccaneer #615151
Tints of Buccaneer #615151
RGB
CMYK
RGB Variations
Color information
#615151 (or 0x615151) is known color: Buccaneer. HEX triplet: 61, 51 and 51. RGB value is (97,81,81). Sum of RGB (Red+Green+Blue) = 97+81+81=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #615151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615151 is #9EAEAE. Grayscale: #555555. Windows color (decimal): -10399407 or 5329249. OLE color: 5329249.
HSL color Cylindrical-coordinate representation of color #615151: hue angle of 0º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #615151 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 81 | 81 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.62 |
| HSL | 0º | 0.09% | 0.35% | - |
| HSV(B) | 0º | 0.16% | 0.38% | - |
| XYZ | 9.36 | 9.02 | 9.03 | - |
| YUV | 85.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 81 | 0 | 0.16 | 0.16 | 0.62 | 0 | 0.09 | 0.35 |
| Hex | 61 | 51 | 51 | 0 | 10 | 10 | 3E | 0 | 9 | 23 |
| Octal | 141 | 121 | 121 | 0 | 20 | 20 | 76 | 0 | 11 | 43 |
| Binary | 1100001 | 1010001 | 1010001 | 0 | 10000 | 10000 | 111110 | 0 | 1001 | 100011 |
Color Harmonies of #615151
Complementary color
Monochromatic Colors of #615151
Black with #615151
Text Example
Text Example
White with #615151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615151; }
p { color: rgb(97,81,81); }
H1.HeaderClassName
{
color: #615151;
}
.AnyTagClassName
{
color: #615151;
}
</style>
background-color css
<style>
a { background-color: #615151; }
a { background-color: rgb(97,81,81); }
div.DivClassName
{
background-color: #615151;
}
.BgClassName
{
background-color: #615151;
}
</style>
border-color css
<style>
span { border-color: #615151; }
span { border-color: rgb(97,81,81); }
td.TdClassName
{
border-color: #615151;
}
.TagClassName
{
border-color: #615151;
}
</style>