Shades of Buccaneer #635050
Tints of Buccaneer #635050
RGB
CMYK
RGB Variations
Color information
#635050 (or 0x635050) is known color: Buccaneer. HEX triplet: 63, 50 and 50. RGB value is (99,80,80). Sum of RGB (Red+Green+Blue) = 99+80+80=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #635050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635050 is #9CAFAF. Grayscale: #555555. Windows color (decimal): -10268592 or 5263459. OLE color: 5263459.
HSL color Cylindrical-coordinate representation of color #635050: hue angle of 0º degrees, saturation: 0.11, 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 #635050 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 80 | 80 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.61 |
| HSL | 0º | 0.11% | 0.35% | - |
| HSV(B) | 0º | 0.19% | 0.39% | - |
| XYZ | 9.46 | 8.97 | 8.82 | - |
| YUV | 85.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 80 | 0 | 0.19 | 0.19 | 0.61 | 0 | 0.11 | 0.35 |
| Hex | 63 | 50 | 50 | 0 | 13 | 13 | 3D | 0 | B | 23 |
| Octal | 143 | 120 | 120 | 0 | 23 | 23 | 75 | 0 | 13 | 43 |
| Binary | 1100011 | 1010000 | 1010000 | 0 | 10011 | 10011 | 111101 | 0 | 1011 | 100011 |
Color Harmonies of #635050
Complementary color
Monochromatic Colors of #635050
Black with #635050
Text Example
Text Example
White with #635050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635050; }
p { color: rgb(99,80,80); }
H1.HeaderClassName
{
color: #635050;
}
.AnyTagClassName
{
color: #635050;
}
</style>
background-color css
<style>
a { background-color: #635050; }
a { background-color: rgb(99,80,80); }
div.DivClassName
{
background-color: #635050;
}
.BgClassName
{
background-color: #635050;
}
</style>
border-color css
<style>
span { border-color: #635050; }
span { border-color: rgb(99,80,80); }
td.TdClassName
{
border-color: #635050;
}
.TagClassName
{
border-color: #635050;
}
</style>