Shades of Buccaneer #6E534F
Tints of Buccaneer #6E534F
RGB
CMYK
RGB Variations
Color information
#6E534F (or 0x6E534F) is known color: Buccaneer. HEX triplet: 6E, 53 and 4F. RGB value is (110,83,79). Sum of RGB (Red+Green+Blue) = 110+83+79=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 110 - color contains mainly: red. Hex color #6E534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E534F is #91ACB0. Grayscale: #5A5A5A. Windows color (decimal): -9546929 or 5198702. OLE color: 5198702.
HSL color Cylindrical-coordinate representation of color #6E534F: hue angle of 7.74º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E534F is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 83 | 79 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.57 |
| HSL | 7.74º | 0.16% | 0.37% | - |
| HSV(B) | 7.74º | 0.28% | 0.43% | - |
| XYZ | 10.93 | 10.07 | 8.76 | - |
| YUV | 90.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 83 | 79 | 0 | 0.25 | 0.28 | 0.57 | 7.74 | 0.16 | 0.37 |
| Hex | 6E | 53 | 4F | 0 | 19 | 1C | 39 | 8 | 10 | 25 |
| Octal | 156 | 123 | 117 | 0 | 31 | 34 | 71 | 10 | 20 | 45 |
| Binary | 1101110 | 1010011 | 1001111 | 0 | 11001 | 11100 | 111001 | 1000 | 10000 | 100101 |
Color Harmonies of #6E534F
Complementary color
Monochromatic Colors of #6E534F
Black with #6E534F
Text Example
Text Example
White with #6E534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E534F; }
p { color: rgb(110,83,79); }
H1.HeaderClassName
{
color: #6E534F;
}
.AnyTagClassName
{
color: #6E534F;
}
</style>
background-color css
<style>
a { background-color: #6E534F; }
a { background-color: rgb(110,83,79); }
div.DivClassName
{
background-color: #6E534F;
}
.BgClassName
{
background-color: #6E534F;
}
</style>
border-color css
<style>
span { border-color: #6E534F; }
span { border-color: rgb(110,83,79); }
td.TdClassName
{
border-color: #6E534F;
}
.TagClassName
{
border-color: #6E534F;
}
</style>