Shades of Buccaneer #6B4948
Tints of Buccaneer #6B4948
RGB
CMYK
RGB Variations
Color information
#6B4948 (or 0x6B4948) is known color: Buccaneer. HEX triplet: 6B, 49 and 48. RGB value is (107,73,72). Sum of RGB (Red+Green+Blue) = 107+73+72=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4948 is #94B6B7. Grayscale: #535353. Windows color (decimal): -9746104 or 4737387. OLE color: 4737387.
HSL color Cylindrical-coordinate representation of color #6B4948: hue angle of 1.71º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B4948 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 73 | 72 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.58 |
| HSL | 1.71º | 0.2% | 0.35% | - |
| HSV(B) | 1.71º | 0.33% | 0.42% | - |
| XYZ | 9.62 | 8.36 | 7.24 | - |
| YUV | 83.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 73 | 72 | 0 | 0.32 | 0.33 | 0.58 | 1.71 | 0.2 | 0.35 |
| Hex | 6B | 49 | 48 | 0 | 20 | 21 | 3A | 2 | 14 | 23 |
| Octal | 153 | 111 | 110 | 0 | 40 | 41 | 72 | 2 | 24 | 43 |
| Binary | 1101011 | 1001001 | 1001000 | 0 | 100000 | 100001 | 111010 | 10 | 10100 | 100011 |
Color Harmonies of #6B4948
Complementary color
Monochromatic Colors of #6B4948
Black with #6B4948
Text Example
Text Example
White with #6B4948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4948; }
p { color: rgb(107,73,72); }
H1.HeaderClassName
{
color: #6B4948;
}
.AnyTagClassName
{
color: #6B4948;
}
</style>
background-color css
<style>
a { background-color: #6B4948; }
a { background-color: rgb(107,73,72); }
div.DivClassName
{
background-color: #6B4948;
}
.BgClassName
{
background-color: #6B4948;
}
</style>
border-color css
<style>
span { border-color: #6B4948; }
span { border-color: rgb(107,73,72); }
td.TdClassName
{
border-color: #6B4948;
}
.TagClassName
{
border-color: #6B4948;
}
</style>