Shades of Buccaneer #655353
Tints of Buccaneer #655353
RGB
CMYK
RGB Variations
Color information
#655353 (or 0x655353) is known color: Buccaneer. HEX triplet: 65, 53 and 53. RGB value is (101,83,83). Sum of RGB (Red+Green+Blue) = 101+83+83=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #655353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655353 is #9AACAC. Grayscale: #585858. Windows color (decimal): -10136749 or 5460837. OLE color: 5460837.
HSL color Cylindrical-coordinate representation of color #655353: hue angle of 0º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655353 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 83 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.60 |
| HSL | 0º | 0.1% | 0.36% | - |
| HSV(B) | 0º | 0.18% | 0.4% | - |
| XYZ | 10.02 | 9.58 | 9.5 | - |
| YUV | 88.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 83 | 0 | 0.18 | 0.18 | 0.60 | 0 | 0.1 | 0.36 |
| Hex | 65 | 53 | 53 | 0 | 12 | 12 | 3C | 0 | A | 24 |
| Octal | 145 | 123 | 123 | 0 | 22 | 22 | 74 | 0 | 12 | 44 |
| Binary | 1100101 | 1010011 | 1010011 | 0 | 10010 | 10010 | 111100 | 0 | 1010 | 100100 |
Color Harmonies of #655353
Complementary color
Monochromatic Colors of #655353
Black with #655353
Text Example
Text Example
White with #655353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655353; }
p { color: rgb(101,83,83); }
H1.HeaderClassName
{
color: #655353;
}
.AnyTagClassName
{
color: #655353;
}
</style>
background-color css
<style>
a { background-color: #655353; }
a { background-color: rgb(101,83,83); }
div.DivClassName
{
background-color: #655353;
}
.BgClassName
{
background-color: #655353;
}
</style>
border-color css
<style>
span { border-color: #655353; }
span { border-color: rgb(101,83,83); }
td.TdClassName
{
border-color: #655353;
}
.TagClassName
{
border-color: #655353;
}
</style>