Shades of Buccaneer #6B4F4F
Tints of Buccaneer #6B4F4F
RGB
CMYK
RGB Variations
Color information
#6B4F4F (or 0x6B4F4F) is known color: Buccaneer. HEX triplet: 6B, 4F and 4F. RGB value is (107,79,79). Sum of RGB (Red+Green+Blue) = 107+79+79=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4F4F is #94B0B0. Grayscale: #575757. Windows color (decimal): -9744561 or 5197675. OLE color: 5197675.
HSL color Cylindrical-coordinate representation of color #6B4F4F: hue angle of 0º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B4F4F is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 79 | 79 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.58 |
| HSL | 0º | 0.15% | 0.36% | - |
| HSV(B) | 0º | 0.26% | 0.42% | - |
| XYZ | 10.27 | 9.28 | 8.65 | - |
| YUV | 87.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 79 | 79 | 0 | 0.26 | 0.26 | 0.58 | 0 | 0.15 | 0.36 |
| Hex | 6B | 4F | 4F | 0 | 1A | 1A | 3A | 0 | F | 24 |
| Octal | 153 | 117 | 117 | 0 | 32 | 32 | 72 | 0 | 17 | 44 |
| Binary | 1101011 | 1001111 | 1001111 | 0 | 11010 | 11010 | 111010 | 0 | 1111 | 100100 |
Color Harmonies of #6B4F4F
Complementary color
Monochromatic Colors of #6B4F4F
Black with #6B4F4F
Text Example
Text Example
White with #6B4F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4F4F; }
p { color: rgb(107,79,79); }
H1.HeaderClassName
{
color: #6B4F4F;
}
.AnyTagClassName
{
color: #6B4F4F;
}
</style>
background-color css
<style>
a { background-color: #6B4F4F; }
a { background-color: rgb(107,79,79); }
div.DivClassName
{
background-color: #6B4F4F;
}
.BgClassName
{
background-color: #6B4F4F;
}
</style>
border-color css
<style>
span { border-color: #6B4F4F; }
span { border-color: rgb(107,79,79); }
td.TdClassName
{
border-color: #6B4F4F;
}
.TagClassName
{
border-color: #6B4F4F;
}
</style>