Shades of Buccaneer #6F5450
Tints of Buccaneer #6F5450
RGB
CMYK
RGB Variations
Color information
#6F5450 (or 0x6F5450) is known color: Buccaneer. HEX triplet: 6F, 54 and 50. RGB value is (111,84,80). Sum of RGB (Red+Green+Blue) = 111+84+80=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5450 is #90ABAF. Grayscale: #5B5B5B. Windows color (decimal): -9481136 or 5264495. OLE color: 5264495.
HSL color Cylindrical-coordinate representation of color #6F5450: hue angle of 7.74º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F5450 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 80 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.56 |
| HSL | 7.74º | 0.16% | 0.37% | - |
| HSV(B) | 7.74º | 0.28% | 0.44% | - |
| XYZ | 11.17 | 10.3 | 8.99 | - |
| YUV | 91.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 80 | 0 | 0.24 | 0.28 | 0.56 | 7.74 | 0.16 | 0.37 |
| Hex | 6F | 54 | 50 | 0 | 18 | 1C | 38 | 8 | 10 | 25 |
| Octal | 157 | 124 | 120 | 0 | 30 | 34 | 70 | 10 | 20 | 45 |
| Binary | 1101111 | 1010100 | 1010000 | 0 | 11000 | 11100 | 111000 | 1000 | 10000 | 100101 |
Color Harmonies of #6F5450
Complementary color
Monochromatic Colors of #6F5450
Black with #6F5450
Text Example
Text Example
White with #6F5450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5450; }
p { color: rgb(111,84,80); }
H1.HeaderClassName
{
color: #6F5450;
}
.AnyTagClassName
{
color: #6F5450;
}
</style>
background-color css
<style>
a { background-color: #6F5450; }
a { background-color: rgb(111,84,80); }
div.DivClassName
{
background-color: #6F5450;
}
.BgClassName
{
background-color: #6F5450;
}
</style>
border-color css
<style>
span { border-color: #6F5450; }
span { border-color: rgb(111,84,80); }
td.TdClassName
{
border-color: #6F5450;
}
.TagClassName
{
border-color: #6F5450;
}
</style>