Shades of Buccaneer #6F554F
Tints of Buccaneer #6F554F
RGB
CMYK
RGB Variations
Color information
#6F554F (or 0x6F554F) is known color: Buccaneer. HEX triplet: 6F, 55 and 4F. RGB value is (111,85,79). Sum of RGB (Red+Green+Blue) = 111+85+79=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F554F is #90AAB0. Grayscale: #5C5C5C. Windows color (decimal): -9480881 or 5199215. OLE color: 5199215.
HSL color Cylindrical-coordinate representation of color #6F554F: hue angle of 11.25º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F554F is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 79 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.56 |
| HSL | 11.25º | 0.17% | 0.37% | - |
| HSV(B) | 11.25º | 0.29% | 0.44% | - |
| XYZ | 11.22 | 10.44 | 8.82 | - |
| YUV | 92.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 79 | 0 | 0.23 | 0.29 | 0.56 | 11.25 | 0.17 | 0.37 |
| Hex | 6F | 55 | 4F | 0 | 17 | 1D | 38 | B | 11 | 25 |
| Octal | 157 | 125 | 117 | 0 | 27 | 35 | 70 | 13 | 21 | 45 |
| Binary | 1101111 | 1010101 | 1001111 | 0 | 10111 | 11101 | 111000 | 1011 | 10001 | 100101 |
Color Harmonies of #6F554F
Complementary color
Monochromatic Colors of #6F554F
Black with #6F554F
Text Example
Text Example
White with #6F554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F554F; }
p { color: rgb(111,85,79); }
H1.HeaderClassName
{
color: #6F554F;
}
.AnyTagClassName
{
color: #6F554F;
}
</style>
background-color css
<style>
a { background-color: #6F554F; }
a { background-color: rgb(111,85,79); }
div.DivClassName
{
background-color: #6F554F;
}
.BgClassName
{
background-color: #6F554F;
}
</style>
border-color css
<style>
span { border-color: #6F554F; }
span { border-color: rgb(111,85,79); }
td.TdClassName
{
border-color: #6F554F;
}
.TagClassName
{
border-color: #6F554F;
}
</style>