Shades of Buccaneer #6B5754
Tints of Buccaneer #6B5754
RGB
CMYK
RGB Variations
Color information
#6B5754 (or 0x6B5754) is known color: Buccaneer. HEX triplet: 6B, 57 and 54. RGB value is (107,87,84). Sum of RGB (Red+Green+Blue) = 107+87+84=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5754 is #94A8AB. Grayscale: #5C5C5C. Windows color (decimal): -9742508 or 5527403. OLE color: 5527403.
HSL color Cylindrical-coordinate representation of color #6B5754: hue angle of 7.83º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B5754 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 87 | 84 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.58 |
| HSL | 7.83º | 0.12% | 0.37% | - |
| HSV(B) | 7.83º | 0.21% | 0.42% | - |
| XYZ | 11.07 | 10.58 | 9.85 | - |
| YUV | 92.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 84 | 0 | 0.19 | 0.21 | 0.58 | 7.83 | 0.12 | 0.37 |
| Hex | 6B | 57 | 54 | 0 | 13 | 15 | 3A | 8 | C | 25 |
| Octal | 153 | 127 | 124 | 0 | 23 | 25 | 72 | 10 | 14 | 45 |
| Binary | 1101011 | 1010111 | 1010100 | 0 | 10011 | 10101 | 111010 | 1000 | 1100 | 100101 |
Color Harmonies of #6B5754
Complementary color
Monochromatic Colors of #6B5754
Black with #6B5754
Text Example
Text Example
White with #6B5754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5754; }
p { color: rgb(107,87,84); }
H1.HeaderClassName
{
color: #6B5754;
}
.AnyTagClassName
{
color: #6B5754;
}
</style>
background-color css
<style>
a { background-color: #6B5754; }
a { background-color: rgb(107,87,84); }
div.DivClassName
{
background-color: #6B5754;
}
.BgClassName
{
background-color: #6B5754;
}
</style>
border-color css
<style>
span { border-color: #6B5754; }
span { border-color: rgb(107,87,84); }
td.TdClassName
{
border-color: #6B5754;
}
.TagClassName
{
border-color: #6B5754;
}
</style>