Shades of Buccaneer #614F4F
Tints of Buccaneer #614F4F
RGB
CMYK
RGB Variations
Color information
#614F4F (or 0x614F4F) is known color: Buccaneer. HEX triplet: 61, 4F and 4F. RGB value is (97,79,79). Sum of RGB (Red+Green+Blue) = 97+79+79=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #614F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F4F is #9EB0B0. Grayscale: #545454. Windows color (decimal): -10399921 or 5197665. OLE color: 5197665.
HSL color Cylindrical-coordinate representation of color #614F4F: hue angle of 0º degrees, saturation: 0.1, 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 #614F4F is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 79 | 79 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.62 |
| HSL | 0º | 0.1% | 0.35% | - |
| HSV(B) | 0º | 0.19% | 0.38% | - |
| XYZ | 9.14 | 8.7 | 8.59 | - |
| YUV | 84.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 79 | 0 | 0.19 | 0.19 | 0.62 | 0 | 0.1 | 0.35 |
| Hex | 61 | 4F | 4F | 0 | 13 | 13 | 3E | 0 | A | 23 |
| Octal | 141 | 117 | 117 | 0 | 23 | 23 | 76 | 0 | 12 | 43 |
| Binary | 1100001 | 1001111 | 1001111 | 0 | 10011 | 10011 | 111110 | 0 | 1010 | 100011 |
Color Harmonies of #614F4F
Complementary color
Monochromatic Colors of #614F4F
Black with #614F4F
Text Example
Text Example
White with #614F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614F4F; }
p { color: rgb(97,79,79); }
H1.HeaderClassName
{
color: #614F4F;
}
.AnyTagClassName
{
color: #614F4F;
}
</style>
background-color css
<style>
a { background-color: #614F4F; }
a { background-color: rgb(97,79,79); }
div.DivClassName
{
background-color: #614F4F;
}
.BgClassName
{
background-color: #614F4F;
}
</style>
border-color css
<style>
span { border-color: #614F4F; }
span { border-color: rgb(97,79,79); }
td.TdClassName
{
border-color: #614F4F;
}
.TagClassName
{
border-color: #614F4F;
}
</style>