Shades of Buccaneer #654F4E
Tints of Buccaneer #654F4E
RGB
CMYK
RGB Variations
Color information
#654F4E (or 0x654F4E) is known color: Buccaneer. HEX triplet: 65, 4F and 4E. RGB value is (101,79,78). Sum of RGB (Red+Green+Blue) = 101+79+78=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 101 - color contains mainly: red. Hex color #654F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F4E is #9AB0B1. Grayscale: #555555. Windows color (decimal): -10137778 or 5132133. OLE color: 5132133.
HSL color Cylindrical-coordinate representation of color #654F4E: hue angle of 2.61º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #654F4E is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 78 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.60 |
| HSL | 2.61º | 0.13% | 0.35% | - |
| HSV(B) | 2.61º | 0.23% | 0.4% | - |
| XYZ | 9.54 | 8.91 | 8.42 | - |
| YUV | 85.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 78 | 0 | 0.22 | 0.23 | 0.60 | 2.61 | 0.13 | 0.35 |
| Hex | 65 | 4F | 4E | 0 | 16 | 17 | 3C | 3 | D | 23 |
| Octal | 145 | 117 | 116 | 0 | 26 | 27 | 74 | 3 | 15 | 43 |
| Binary | 1100101 | 1001111 | 1001110 | 0 | 10110 | 10111 | 111100 | 11 | 1101 | 100011 |
Color Harmonies of #654F4E
Complementary color
Monochromatic Colors of #654F4E
Black with #654F4E
Text Example
Text Example
White with #654F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F4E; }
p { color: rgb(101,79,78); }
H1.HeaderClassName
{
color: #654F4E;
}
.AnyTagClassName
{
color: #654F4E;
}
</style>
background-color css
<style>
a { background-color: #654F4E; }
a { background-color: rgb(101,79,78); }
div.DivClassName
{
background-color: #654F4E;
}
.BgClassName
{
background-color: #654F4E;
}
</style>
border-color css
<style>
span { border-color: #654F4E; }
span { border-color: rgb(101,79,78); }
td.TdClassName
{
border-color: #654F4E;
}
.TagClassName
{
border-color: #654F4E;
}
</style>