Shades of Buccaneer #6F5352
Tints of Buccaneer #6F5352
RGB
CMYK
RGB Variations
Color information
#6F5352 (or 0x6F5352) is known color: Buccaneer. HEX triplet: 6F, 53 and 52. RGB value is (111,83,82). Sum of RGB (Red+Green+Blue) = 111+83+82=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5352 is #90ACAD. Grayscale: #5B5B5B. Windows color (decimal): -9481390 or 5395311. OLE color: 5395311.
HSL color Cylindrical-coordinate representation of color #6F5352: hue angle of 2.07º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F5352 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 83 | 82 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.56 |
| HSL | 2.07º | 0.15% | 0.38% | - |
| HSV(B) | 2.07º | 0.26% | 0.44% | - |
| XYZ | 11.17 | 10.18 | 9.36 | - |
| YUV | 91.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 82 | 0 | 0.25 | 0.26 | 0.56 | 2.07 | 0.15 | 0.38 |
| Hex | 6F | 53 | 52 | 0 | 19 | 1A | 38 | 2 | F | 26 |
| Octal | 157 | 123 | 122 | 0 | 31 | 32 | 70 | 2 | 17 | 46 |
| Binary | 1101111 | 1010011 | 1010010 | 0 | 11001 | 11010 | 111000 | 10 | 1111 | 100110 |
Color Harmonies of #6F5352
Complementary color
Monochromatic Colors of #6F5352
Black with #6F5352
Text Example
Text Example
White with #6F5352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5352; }
p { color: rgb(111,83,82); }
H1.HeaderClassName
{
color: #6F5352;
}
.AnyTagClassName
{
color: #6F5352;
}
</style>
background-color css
<style>
a { background-color: #6F5352; }
a { background-color: rgb(111,83,82); }
div.DivClassName
{
background-color: #6F5352;
}
.BgClassName
{
background-color: #6F5352;
}
</style>
border-color css
<style>
span { border-color: #6F5352; }
span { border-color: rgb(111,83,82); }
td.TdClassName
{
border-color: #6F5352;
}
.TagClassName
{
border-color: #6F5352;
}
</style>