Shades of Buccaneer #6E5450
Tints of Buccaneer #6E5450
RGB
CMYK
RGB Variations
Color information
#6E5450 (or 0x6E5450) is known color: Buccaneer. HEX triplet: 6E, 54 and 50. RGB value is (110,84,80). Sum of RGB (Red+Green+Blue) = 110+84+80=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5450 is #91ABAF. Grayscale: #5B5B5B. Windows color (decimal): -9546672 or 5264494. OLE color: 5264494.
HSL color Cylindrical-coordinate representation of color #6E5450: hue angle of 8º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E5450 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 84 | 80 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.57 |
| HSL | 8º | 0.16% | 0.37% | - |
| HSV(B) | 8º | 0.27% | 0.43% | - |
| XYZ | 11.05 | 10.23 | 8.98 | - |
| YUV | 91.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 84 | 80 | 0 | 0.24 | 0.27 | 0.57 | 8 | 0.16 | 0.37 |
| Hex | 6E | 54 | 50 | 0 | 18 | 1B | 39 | 8 | 10 | 25 |
| Octal | 156 | 124 | 120 | 0 | 30 | 33 | 71 | 10 | 20 | 45 |
| Binary | 1101110 | 1010100 | 1010000 | 0 | 11000 | 11011 | 111001 | 1000 | 10000 | 100101 |
Color Harmonies of #6E5450
Complementary color
Monochromatic Colors of #6E5450
Black with #6E5450
Text Example
Text Example
White with #6E5450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5450; }
p { color: rgb(110,84,80); }
H1.HeaderClassName
{
color: #6E5450;
}
.AnyTagClassName
{
color: #6E5450;
}
</style>
background-color css
<style>
a { background-color: #6E5450; }
a { background-color: rgb(110,84,80); }
div.DivClassName
{
background-color: #6E5450;
}
.BgClassName
{
background-color: #6E5450;
}
</style>
border-color css
<style>
span { border-color: #6E5450; }
span { border-color: rgb(110,84,80); }
td.TdClassName
{
border-color: #6E5450;
}
.TagClassName
{
border-color: #6E5450;
}
</style>