Shades of Buccaneer #635151
Tints of Buccaneer #635151
RGB
CMYK
RGB Variations
Color information
#635151 (or 0x635151) is known color: Buccaneer. HEX triplet: 63, 51 and 51. RGB value is (99,81,81). Sum of RGB (Red+Green+Blue) = 99+81+81=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #635151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635151 is #9CAEAE. Grayscale: #565656. Windows color (decimal): -10268335 or 5329251. OLE color: 5329251.
HSL color Cylindrical-coordinate representation of color #635151: hue angle of 0º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #635151 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 81 | 81 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.61 |
| HSL | 0º | 0.1% | 0.35% | - |
| HSV(B) | 0º | 0.18% | 0.39% | - |
| XYZ | 9.57 | 9.13 | 9.04 | - |
| YUV | 86.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 81 | 0 | 0.18 | 0.18 | 0.61 | 0 | 0.1 | 0.35 |
| Hex | 63 | 51 | 51 | 0 | 12 | 12 | 3D | 0 | A | 23 |
| Octal | 143 | 121 | 121 | 0 | 22 | 22 | 75 | 0 | 12 | 43 |
| Binary | 1100011 | 1010001 | 1010001 | 0 | 10010 | 10010 | 111101 | 0 | 1010 | 100011 |
Color Harmonies of #635151
Complementary color
Monochromatic Colors of #635151
Black with #635151
Text Example
Text Example
White with #635151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635151; }
p { color: rgb(99,81,81); }
H1.HeaderClassName
{
color: #635151;
}
.AnyTagClassName
{
color: #635151;
}
</style>
background-color css
<style>
a { background-color: #635151; }
a { background-color: rgb(99,81,81); }
div.DivClassName
{
background-color: #635151;
}
.BgClassName
{
background-color: #635151;
}
</style>
border-color css
<style>
span { border-color: #635151; }
span { border-color: rgb(99,81,81); }
td.TdClassName
{
border-color: #635151;
}
.TagClassName
{
border-color: #635151;
}
</style>