Shades of Buccaneer #665250
Tints of Buccaneer #665250
RGB
CMYK
RGB Variations
Color information
#665250 (or 0x665250) is known color: Buccaneer. HEX triplet: 66, 52 and 50. RGB value is (102,82,80). Sum of RGB (Red+Green+Blue) = 102+82+80=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #665250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665250 is #99ADAF. Grayscale: #575757. Windows color (decimal): -10071472 or 5263974. OLE color: 5263974.
HSL color Cylindrical-coordinate representation of color #665250: hue angle of 5.45º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665250 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 80 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.6 |
| HSL | 5.45º | 0.12% | 0.36% | - |
| HSV(B) | 5.45º | 0.22% | 0.4% | - |
| XYZ | 9.94 | 9.44 | 8.89 | - |
| YUV | 87.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 80 | 0 | 0.20 | 0.22 | 0.6 | 5.45 | 0.12 | 0.36 |
| Hex | 66 | 52 | 50 | 0 | 14 | 16 | 3C | 5 | C | 24 |
| Octal | 146 | 122 | 120 | 0 | 24 | 26 | 74 | 5 | 14 | 44 |
| Binary | 1100110 | 1010010 | 1010000 | 0 | 10100 | 10110 | 111100 | 101 | 1100 | 100100 |
Color Harmonies of #665250
Complementary color
Monochromatic Colors of #665250
Black with #665250
Text Example
Text Example
White with #665250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665250; }
p { color: rgb(102,82,80); }
H1.HeaderClassName
{
color: #665250;
}
.AnyTagClassName
{
color: #665250;
}
</style>
background-color css
<style>
a { background-color: #665250; }
a { background-color: rgb(102,82,80); }
div.DivClassName
{
background-color: #665250;
}
.BgClassName
{
background-color: #665250;
}
</style>
border-color css
<style>
span { border-color: #665250; }
span { border-color: rgb(102,82,80); }
td.TdClassName
{
border-color: #665250;
}
.TagClassName
{
border-color: #665250;
}
</style>