Shades of Buccaneer #6B5250
Tints of Buccaneer #6B5250
RGB
CMYK
RGB Variations
Color information
#6B5250 (or 0x6B5250) is known color: Buccaneer. HEX triplet: 6B, 52 and 50. RGB value is (107,82,80). Sum of RGB (Red+Green+Blue) = 107+82+80=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5250 is #94ADAF. Grayscale: #595959. Windows color (decimal): -9743792 or 5263979. OLE color: 5263979.
HSL color Cylindrical-coordinate representation of color #6B5250: hue angle of 4.44º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B5250 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 80 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.58 |
| HSL | 4.44º | 0.14% | 0.37% | - |
| HSV(B) | 4.44º | 0.25% | 0.42% | - |
| XYZ | 10.53 | 9.74 | 8.91 | - |
| YUV | 89.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 80 | 0 | 0.23 | 0.25 | 0.58 | 4.44 | 0.14 | 0.37 |
| Hex | 6B | 52 | 50 | 0 | 17 | 19 | 3A | 4 | E | 25 |
| Octal | 153 | 122 | 120 | 0 | 27 | 31 | 72 | 4 | 16 | 45 |
| Binary | 1101011 | 1010010 | 1010000 | 0 | 10111 | 11001 | 111010 | 100 | 1110 | 100101 |
Color Harmonies of #6B5250
Complementary color
Monochromatic Colors of #6B5250
Black with #6B5250
Text Example
Text Example
White with #6B5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5250; }
p { color: rgb(107,82,80); }
H1.HeaderClassName
{
color: #6B5250;
}
.AnyTagClassName
{
color: #6B5250;
}
</style>
background-color css
<style>
a { background-color: #6B5250; }
a { background-color: rgb(107,82,80); }
div.DivClassName
{
background-color: #6B5250;
}
.BgClassName
{
background-color: #6B5250;
}
</style>
border-color css
<style>
span { border-color: #6B5250; }
span { border-color: rgb(107,82,80); }
td.TdClassName
{
border-color: #6B5250;
}
.TagClassName
{
border-color: #6B5250;
}
</style>