Shades of Buccaneer #654F4F
Tints of Buccaneer #654F4F
RGB
CMYK
RGB Variations
Color information
#654F4F (or 0x654F4F) is known color: Buccaneer. HEX triplet: 65, 4F and 4F. RGB value is (101,79,79). Sum of RGB (Red+Green+Blue) = 101+79+79=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 101 - color contains mainly: red. Hex color #654F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F4F is #9AB0B0. Grayscale: #555555. Windows color (decimal): -10137777 or 5197669. OLE color: 5197669.
HSL color Cylindrical-coordinate representation of color #654F4F: hue angle of 0º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #654F4F is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 79 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.60 |
| HSL | 0º | 0.12% | 0.35% | - |
| HSV(B) | 0º | 0.22% | 0.4% | - |
| XYZ | 9.57 | 8.92 | 8.61 | - |
| YUV | 85.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 79 | 0 | 0.22 | 0.22 | 0.60 | 0 | 0.12 | 0.35 |
| Hex | 65 | 4F | 4F | 0 | 16 | 16 | 3C | 0 | C | 23 |
| Octal | 145 | 117 | 117 | 0 | 26 | 26 | 74 | 0 | 14 | 43 |
| Binary | 1100101 | 1001111 | 1001111 | 0 | 10110 | 10110 | 111100 | 0 | 1100 | 100011 |
Color Harmonies of #654F4F
Complementary color
Monochromatic Colors of #654F4F
Black with #654F4F
Text Example
Text Example
White with #654F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F4F; }
p { color: rgb(101,79,79); }
H1.HeaderClassName
{
color: #654F4F;
}
.AnyTagClassName
{
color: #654F4F;
}
</style>
background-color css
<style>
a { background-color: #654F4F; }
a { background-color: rgb(101,79,79); }
div.DivClassName
{
background-color: #654F4F;
}
.BgClassName
{
background-color: #654F4F;
}
</style>
border-color css
<style>
span { border-color: #654F4F; }
span { border-color: rgb(101,79,79); }
td.TdClassName
{
border-color: #654F4F;
}
.TagClassName
{
border-color: #654F4F;
}
</style>