Shades of Buccaneer #624F4F
Tints of Buccaneer #624F4F
RGB
CMYK
RGB Variations
Color information
#624F4F (or 0x624F4F) is known color: Buccaneer. HEX triplet: 62, 4F and 4F. RGB value is (98,79,79). Sum of RGB (Red+Green+Blue) = 98+79+79=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #624F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F4F is #9DB0B0. Grayscale: #545454. Windows color (decimal): -10334385 or 5197666. OLE color: 5197666.
HSL color Cylindrical-coordinate representation of color #624F4F: hue angle of 0º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #624F4F is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 79 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.62 |
| HSL | 0º | 0.11% | 0.35% | - |
| HSV(B) | 0º | 0.19% | 0.38% | - |
| XYZ | 9.24 | 8.75 | 8.6 | - |
| YUV | 84.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 79 | 0 | 0.19 | 0.19 | 0.62 | 0 | 0.11 | 0.35 |
| Hex | 62 | 4F | 4F | 0 | 13 | 13 | 3E | 0 | B | 23 |
| Octal | 142 | 117 | 117 | 0 | 23 | 23 | 76 | 0 | 13 | 43 |
| Binary | 1100010 | 1001111 | 1001111 | 0 | 10011 | 10011 | 111110 | 0 | 1011 | 100011 |
Color Harmonies of #624F4F
Complementary color
Monochromatic Colors of #624F4F
Black with #624F4F
Text Example
Text Example
White with #624F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F4F; }
p { color: rgb(98,79,79); }
H1.HeaderClassName
{
color: #624F4F;
}
.AnyTagClassName
{
color: #624F4F;
}
</style>
background-color css
<style>
a { background-color: #624F4F; }
a { background-color: rgb(98,79,79); }
div.DivClassName
{
background-color: #624F4F;
}
.BgClassName
{
background-color: #624F4F;
}
</style>
border-color css
<style>
span { border-color: #624F4F; }
span { border-color: rgb(98,79,79); }
td.TdClassName
{
border-color: #624F4F;
}
.TagClassName
{
border-color: #624F4F;
}
</style>