Shades of Buccaneer #604F4F
Tints of Buccaneer #604F4F
RGB
CMYK
RGB Variations
Color information
#604F4F (or 0x604F4F) is known color: Buccaneer. HEX triplet: 60, 4F and 4F. RGB value is (96,79,79). Sum of RGB (Red+Green+Blue) = 96+79+79=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #604F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F4F is #9FB0B0. Grayscale: #545454. Windows color (decimal): -10465457 or 5197664. OLE color: 5197664.
HSL color Cylindrical-coordinate representation of color #604F4F: hue angle of 0º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #604F4F is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 79 | 79 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.62 |
| HSL | 0º | 0.1% | 0.34% | - |
| HSV(B) | 0º | 0.18% | 0.38% | - |
| XYZ | 9.03 | 8.64 | 8.59 | - |
| YUV | 84.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 79 | 79 | 0 | 0.18 | 0.18 | 0.62 | 0 | 0.1 | 0.34 |
| Hex | 60 | 4F | 4F | 0 | 12 | 12 | 3E | 0 | A | 22 |
| Octal | 140 | 117 | 117 | 0 | 22 | 22 | 76 | 0 | 12 | 42 |
| Binary | 1100000 | 1001111 | 1001111 | 0 | 10010 | 10010 | 111110 | 0 | 1010 | 100010 |
Color Harmonies of #604F4F
Complementary color
Monochromatic Colors of #604F4F
Black with #604F4F
Text Example
Text Example
White with #604F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604F4F; }
p { color: rgb(96,79,79); }
H1.HeaderClassName
{
color: #604F4F;
}
.AnyTagClassName
{
color: #604F4F;
}
</style>
background-color css
<style>
a { background-color: #604F4F; }
a { background-color: rgb(96,79,79); }
div.DivClassName
{
background-color: #604F4F;
}
.BgClassName
{
background-color: #604F4F;
}
</style>
border-color css
<style>
span { border-color: #604F4F; }
span { border-color: rgb(96,79,79); }
td.TdClassName
{
border-color: #604F4F;
}
.TagClassName
{
border-color: #604F4F;
}
</style>