Shades of Buccaneer #6F5353
Tints of Buccaneer #6F5353
RGB
CMYK
RGB Variations
Color information
#6F5353 (or 0x6F5353) is known color: Buccaneer. HEX triplet: 6F, 53 and 53. RGB value is (111,83,83). Sum of RGB (Red+Green+Blue) = 111+83+83=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5353 is #90ACAC. Grayscale: #5B5B5B. Windows color (decimal): -9481389 or 5460847. OLE color: 5460847.
HSL color Cylindrical-coordinate representation of color #6F5353: hue angle of 0º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F5353 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 83 | 83 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.56 |
| HSL | 0º | 0.14% | 0.38% | - |
| HSV(B) | 0º | 0.25% | 0.44% | - |
| XYZ | 11.21 | 10.19 | 9.56 | - |
| YUV | 91.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 83 | 0 | 0.25 | 0.25 | 0.56 | 0 | 0.14 | 0.38 |
| Hex | 6F | 53 | 53 | 0 | 19 | 19 | 38 | 0 | E | 26 |
| Octal | 157 | 123 | 123 | 0 | 31 | 31 | 70 | 0 | 16 | 46 |
| Binary | 1101111 | 1010011 | 1010011 | 0 | 11001 | 11001 | 111000 | 0 | 1110 | 100110 |
Color Harmonies of #6F5353
Complementary color
Monochromatic Colors of #6F5353
Black with #6F5353
Text Example
Text Example
White with #6F5353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5353; }
p { color: rgb(111,83,83); }
H1.HeaderClassName
{
color: #6F5353;
}
.AnyTagClassName
{
color: #6F5353;
}
</style>
background-color css
<style>
a { background-color: #6F5353; }
a { background-color: rgb(111,83,83); }
div.DivClassName
{
background-color: #6F5353;
}
.BgClassName
{
background-color: #6F5353;
}
</style>
border-color css
<style>
span { border-color: #6F5353; }
span { border-color: rgb(111,83,83); }
td.TdClassName
{
border-color: #6F5353;
}
.TagClassName
{
border-color: #6F5353;
}
</style>