Shades of Buccaneer #664E4D
Tints of Buccaneer #664E4D
RGB
CMYK
RGB Variations
Color information
#664E4D (or 0x664E4D) is known color: Buccaneer. HEX triplet: 66, 4E and 4D. RGB value is (102,78,77). Sum of RGB (Red+Green+Blue) = 102+78+77=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #664E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E4D is #99B1B2. Grayscale: #555555. Windows color (decimal): -10072499 or 5066342. OLE color: 5066342.
HSL color Cylindrical-coordinate representation of color #664E4D: hue angle of 2.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #664E4D is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 77 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.6 |
| HSL | 2.4º | 0.14% | 0.35% | - |
| HSV(B) | 2.4º | 0.25% | 0.4% | - |
| XYZ | 9.54 | 8.81 | 8.22 | - |
| YUV | 85.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 77 | 0 | 0.24 | 0.25 | 0.6 | 2.4 | 0.14 | 0.35 |
| Hex | 66 | 4E | 4D | 0 | 18 | 19 | 3C | 2 | E | 23 |
| Octal | 146 | 116 | 115 | 0 | 30 | 31 | 74 | 2 | 16 | 43 |
| Binary | 1100110 | 1001110 | 1001101 | 0 | 11000 | 11001 | 111100 | 10 | 1110 | 100011 |
Color Harmonies of #664E4D
Complementary color
Monochromatic Colors of #664E4D
Black with #664E4D
Text Example
Text Example
White with #664E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E4D; }
p { color: rgb(102,78,77); }
H1.HeaderClassName
{
color: #664E4D;
}
.AnyTagClassName
{
color: #664E4D;
}
</style>
background-color css
<style>
a { background-color: #664E4D; }
a { background-color: rgb(102,78,77); }
div.DivClassName
{
background-color: #664E4D;
}
.BgClassName
{
background-color: #664E4D;
}
</style>
border-color css
<style>
span { border-color: #664E4D; }
span { border-color: rgb(102,78,77); }
td.TdClassName
{
border-color: #664E4D;
}
.TagClassName
{
border-color: #664E4D;
}
</style>