Shades of Buccaneer #6F4C4A
Tints of Buccaneer #6F4C4A
RGB
CMYK
RGB Variations
Color information
#6F4C4A (or 0x6F4C4A) is known color: Buccaneer. HEX triplet: 6F, 4C and 4A. RGB value is (111,76,74). Sum of RGB (Red+Green+Blue) = 111+76+74=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C4A is #90B3B5. Grayscale: #565656. Windows color (decimal): -9483190 or 4869231. OLE color: 4869231.
HSL color Cylindrical-coordinate representation of color #6F4C4A: hue angle of 3.24º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F4C4A is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 76 | 74 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.56 |
| HSL | 3.24º | 0.2% | 0.36% | - |
| HSV(B) | 3.24º | 0.33% | 0.44% | - |
| XYZ | 10.38 | 9.04 | 7.68 | - |
| YUV | 86.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 76 | 74 | 0 | 0.32 | 0.33 | 0.56 | 3.24 | 0.2 | 0.36 |
| Hex | 6F | 4C | 4A | 0 | 20 | 21 | 38 | 3 | 14 | 24 |
| Octal | 157 | 114 | 112 | 0 | 40 | 41 | 70 | 3 | 24 | 44 |
| Binary | 1101111 | 1001100 | 1001010 | 0 | 100000 | 100001 | 111000 | 11 | 10100 | 100100 |
Color Harmonies of #6F4C4A
Complementary color
Monochromatic Colors of #6F4C4A
Black with #6F4C4A
Text Example
Text Example
White with #6F4C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4C4A; }
p { color: rgb(111,76,74); }
H1.HeaderClassName
{
color: #6F4C4A;
}
.AnyTagClassName
{
color: #6F4C4A;
}
</style>
background-color css
<style>
a { background-color: #6F4C4A; }
a { background-color: rgb(111,76,74); }
div.DivClassName
{
background-color: #6F4C4A;
}
.BgClassName
{
background-color: #6F4C4A;
}
</style>
border-color css
<style>
span { border-color: #6F4C4A; }
span { border-color: rgb(111,76,74); }
td.TdClassName
{
border-color: #6F4C4A;
}
.TagClassName
{
border-color: #6F4C4A;
}
</style>