Shades of Buccaneer #665351
Tints of Buccaneer #665351
RGB
CMYK
RGB Variations
Color information
#665351 (or 0x665351) is known color: Buccaneer. HEX triplet: 66, 53 and 51. RGB value is (102,83,81). Sum of RGB (Red+Green+Blue) = 102+83+81=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #665351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665351 is #99ACAE. Grayscale: #585858. Windows color (decimal): -10071215 or 5329766. OLE color: 5329766.
HSL color Cylindrical-coordinate representation of color #665351: hue angle of 5.71º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665351 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 81 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.6 |
| HSL | 5.71º | 0.11% | 0.36% | - |
| HSV(B) | 5.71º | 0.21% | 0.4% | - |
| XYZ | 10.06 | 9.61 | 9.11 | - |
| YUV | 88.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 81 | 0 | 0.19 | 0.21 | 0.6 | 5.71 | 0.11 | 0.36 |
| Hex | 66 | 53 | 51 | 0 | 13 | 15 | 3C | 6 | B | 24 |
| Octal | 146 | 123 | 121 | 0 | 23 | 25 | 74 | 6 | 13 | 44 |
| Binary | 1100110 | 1010011 | 1010001 | 0 | 10011 | 10101 | 111100 | 110 | 1011 | 100100 |
Color Harmonies of #665351
Complementary color
Monochromatic Colors of #665351
Black with #665351
Text Example
Text Example
White with #665351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665351; }
p { color: rgb(102,83,81); }
H1.HeaderClassName
{
color: #665351;
}
.AnyTagClassName
{
color: #665351;
}
</style>
background-color css
<style>
a { background-color: #665351; }
a { background-color: rgb(102,83,81); }
div.DivClassName
{
background-color: #665351;
}
.BgClassName
{
background-color: #665351;
}
</style>
border-color css
<style>
span { border-color: #665351; }
span { border-color: rgb(102,83,81); }
td.TdClassName
{
border-color: #665351;
}
.TagClassName
{
border-color: #665351;
}
</style>