Shades of Buccaneer #6F4E4A
Tints of Buccaneer #6F4E4A
RGB
CMYK
RGB Variations
Color information
#6F4E4A (or 0x6F4E4A) is known color: Buccaneer. HEX triplet: 6F, 4E and 4A. RGB value is (111,78,74). Sum of RGB (Red+Green+Blue) = 111+78+74=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E4A is #90B1B5. Grayscale: #575757. Windows color (decimal): -9482678 or 4869743. OLE color: 4869743.
HSL color Cylindrical-coordinate representation of color #6F4E4A: hue angle of 6.49º 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 #6F4E4A is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 74 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.56 |
| HSL | 6.49º | 0.2% | 0.36% | - |
| HSV(B) | 6.49º | 0.33% | 0.44% | - |
| XYZ | 10.52 | 9.32 | 7.72 | - |
| YUV | 87.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 74 | 0 | 0.30 | 0.33 | 0.56 | 6.49 | 0.2 | 0.36 |
| Hex | 6F | 4E | 4A | 0 | 1E | 21 | 38 | 6 | 14 | 24 |
| Octal | 157 | 116 | 112 | 0 | 36 | 41 | 70 | 6 | 24 | 44 |
| Binary | 1101111 | 1001110 | 1001010 | 0 | 11110 | 100001 | 111000 | 110 | 10100 | 100100 |
Color Harmonies of #6F4E4A
Complementary color
Monochromatic Colors of #6F4E4A
Black with #6F4E4A
Text Example
Text Example
White with #6F4E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E4A; }
p { color: rgb(111,78,74); }
H1.HeaderClassName
{
color: #6F4E4A;
}
.AnyTagClassName
{
color: #6F4E4A;
}
</style>
background-color css
<style>
a { background-color: #6F4E4A; }
a { background-color: rgb(111,78,74); }
div.DivClassName
{
background-color: #6F4E4A;
}
.BgClassName
{
background-color: #6F4E4A;
}
</style>
border-color css
<style>
span { border-color: #6F4E4A; }
span { border-color: rgb(111,78,74); }
td.TdClassName
{
border-color: #6F4E4A;
}
.TagClassName
{
border-color: #6F4E4A;
}
</style>