Shades of Buccaneer #6E5454
Tints of Buccaneer #6E5454
RGB
CMYK
RGB Variations
Color information
#6E5454 (or 0x6E5454) is known color: Buccaneer. HEX triplet: 6E, 54 and 54. RGB value is (110,84,84). Sum of RGB (Red+Green+Blue) = 110+84+84=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5454 is #91ABAB. Grayscale: #5B5B5B. Windows color (decimal): -9546668 or 5526638. OLE color: 5526638.
HSL color Cylindrical-coordinate representation of color #6E5454: hue angle of 0º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E5454 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 84 | 84 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.57 |
| HSL | 0º | 0.13% | 0.38% | - |
| HSV(B) | 0º | 0.24% | 0.43% | - |
| XYZ | 11.2 | 10.3 | 9.78 | - |
| YUV | 91.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 84 | 84 | 0 | 0.24 | 0.24 | 0.57 | 0 | 0.13 | 0.38 |
| Hex | 6E | 54 | 54 | 0 | 18 | 18 | 39 | 0 | D | 26 |
| Octal | 156 | 124 | 124 | 0 | 30 | 30 | 71 | 0 | 15 | 46 |
| Binary | 1101110 | 1010100 | 1010100 | 0 | 11000 | 11000 | 111001 | 0 | 1101 | 100110 |
Color Harmonies of #6E5454
Complementary color
Monochromatic Colors of #6E5454
Black with #6E5454
Text Example
Text Example
White with #6E5454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5454; }
p { color: rgb(110,84,84); }
H1.HeaderClassName
{
color: #6E5454;
}
.AnyTagClassName
{
color: #6E5454;
}
</style>
background-color css
<style>
a { background-color: #6E5454; }
a { background-color: rgb(110,84,84); }
div.DivClassName
{
background-color: #6E5454;
}
.BgClassName
{
background-color: #6E5454;
}
</style>
border-color css
<style>
span { border-color: #6E5454; }
span { border-color: rgb(110,84,84); }
td.TdClassName
{
border-color: #6E5454;
}
.TagClassName
{
border-color: #6E5454;
}
</style>