Shades of Buccaneer #6B5452
Tints of Buccaneer #6B5452
RGB
CMYK
RGB Variations
Color information
#6B5452 (or 0x6B5452) is known color: Buccaneer. HEX triplet: 6B, 54 and 52. RGB value is (107,84,82). Sum of RGB (Red+Green+Blue) = 107+84+82=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5452 is #94ABAD. Grayscale: #5A5A5A. Windows color (decimal): -9743278 or 5395563. OLE color: 5395563.
HSL color Cylindrical-coordinate representation of color #6B5452: hue angle of 4.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B5452 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 84 | 82 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.58 |
| HSL | 4.8º | 0.13% | 0.37% | - |
| HSV(B) | 4.8º | 0.23% | 0.42% | - |
| XYZ | 10.76 | 10.08 | 9.36 | - |
| YUV | 90.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 82 | 0 | 0.21 | 0.23 | 0.58 | 4.8 | 0.13 | 0.37 |
| Hex | 6B | 54 | 52 | 0 | 15 | 17 | 3A | 5 | D | 25 |
| Octal | 153 | 124 | 122 | 0 | 25 | 27 | 72 | 5 | 15 | 45 |
| Binary | 1101011 | 1010100 | 1010010 | 0 | 10101 | 10111 | 111010 | 101 | 1101 | 100101 |
Color Harmonies of #6B5452
Complementary color
Monochromatic Colors of #6B5452
Black with #6B5452
Text Example
Text Example
White with #6B5452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5452; }
p { color: rgb(107,84,82); }
H1.HeaderClassName
{
color: #6B5452;
}
.AnyTagClassName
{
color: #6B5452;
}
</style>
background-color css
<style>
a { background-color: #6B5452; }
a { background-color: rgb(107,84,82); }
div.DivClassName
{
background-color: #6B5452;
}
.BgClassName
{
background-color: #6B5452;
}
</style>
border-color css
<style>
span { border-color: #6B5452; }
span { border-color: rgb(107,84,82); }
td.TdClassName
{
border-color: #6B5452;
}
.TagClassName
{
border-color: #6B5452;
}
</style>