Shades of Buccaneer #6F514C
Tints of Buccaneer #6F514C
RGB
CMYK
RGB Variations
Color information
#6F514C (or 0x6F514C) is known color: Buccaneer. HEX triplet: 6F, 51 and 4C. RGB value is (111,81,76). Sum of RGB (Red+Green+Blue) = 111+81+76=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F514C is #90AEB3. Grayscale: #595959. Windows color (decimal): -9481908 or 5001583. OLE color: 5001583.
HSL color Cylindrical-coordinate representation of color #6F514C: hue angle of 8.57º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F514C is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 81 | 76 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.56 |
| HSL | 8.57º | 0.19% | 0.37% | - |
| HSV(B) | 8.57º | 0.32% | 0.44% | - |
| XYZ | 10.8 | 9.79 | 8.16 | - |
| YUV | 89.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 76 | 0 | 0.27 | 0.32 | 0.56 | 8.57 | 0.19 | 0.37 |
| Hex | 6F | 51 | 4C | 0 | 1B | 20 | 38 | 9 | 13 | 25 |
| Octal | 157 | 121 | 114 | 0 | 33 | 40 | 70 | 11 | 23 | 45 |
| Binary | 1101111 | 1010001 | 1001100 | 0 | 11011 | 100000 | 111000 | 1001 | 10011 | 100101 |
Color Harmonies of #6F514C
Complementary color
Monochromatic Colors of #6F514C
Black with #6F514C
Text Example
Text Example
White with #6F514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F514C; }
p { color: rgb(111,81,76); }
H1.HeaderClassName
{
color: #6F514C;
}
.AnyTagClassName
{
color: #6F514C;
}
</style>
background-color css
<style>
a { background-color: #6F514C; }
a { background-color: rgb(111,81,76); }
div.DivClassName
{
background-color: #6F514C;
}
.BgClassName
{
background-color: #6F514C;
}
</style>
border-color css
<style>
span { border-color: #6F514C; }
span { border-color: rgb(111,81,76); }
td.TdClassName
{
border-color: #6F514C;
}
.TagClassName
{
border-color: #6F514C;
}
</style>