Shades of Buccaneer #605151
Tints of Buccaneer #605151
RGB
CMYK
RGB Variations
Color information
#605151 (or 0x605151) is known color: Buccaneer. HEX triplet: 60, 51 and 51. RGB value is (96,81,81). Sum of RGB (Red+Green+Blue) = 96+81+81=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #605151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605151 is #9FAEAE. Grayscale: #555555. Windows color (decimal): -10464943 or 5329248. OLE color: 5329248.
HSL color Cylindrical-coordinate representation of color #605151: hue angle of 0º degrees, saturation: 0.08, 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 #605151 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 81 | 81 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.62 |
| HSL | 0º | 0.08% | 0.35% | - |
| HSV(B) | 0º | 0.16% | 0.38% | - |
| XYZ | 9.25 | 8.97 | 9.03 | - |
| YUV | 85.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 81 | 0 | 0.16 | 0.16 | 0.62 | 0 | 0.08 | 0.35 |
| Hex | 60 | 51 | 51 | 0 | 10 | 10 | 3E | 0 | 8 | 23 |
| Octal | 140 | 121 | 121 | 0 | 20 | 20 | 76 | 0 | 10 | 43 |
| Binary | 1100000 | 1010001 | 1010001 | 0 | 10000 | 10000 | 111110 | 0 | 1000 | 100011 |
Color Harmonies of #605151
Complementary color
Monochromatic Colors of #605151
Black with #605151
Text Example
Text Example
White with #605151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605151; }
p { color: rgb(96,81,81); }
H1.HeaderClassName
{
color: #605151;
}
.AnyTagClassName
{
color: #605151;
}
</style>
background-color css
<style>
a { background-color: #605151; }
a { background-color: rgb(96,81,81); }
div.DivClassName
{
background-color: #605151;
}
.BgClassName
{
background-color: #605151;
}
</style>
border-color css
<style>
span { border-color: #605151; }
span { border-color: rgb(96,81,81); }
td.TdClassName
{
border-color: #605151;
}
.TagClassName
{
border-color: #605151;
}
</style>