Shades of Buccaneer #685252
Tints of Buccaneer #685252
RGB
CMYK
RGB Variations
Color information
#685252 (or 0x685252) is known color: Buccaneer. HEX triplet: 68, 52 and 52. RGB value is (104,82,82). Sum of RGB (Red+Green+Blue) = 104+82+82=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #685252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685252 is #97ADAD. Grayscale: #585858. Windows color (decimal): -9940398 or 5395048. OLE color: 5395048.
HSL color Cylindrical-coordinate representation of color #685252: hue angle of 0º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #685252 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 82 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.59 |
| HSL | 0º | 0.12% | 0.36% | - |
| HSV(B) | 0º | 0.21% | 0.41% | - |
| XYZ | 10.25 | 9.59 | 9.29 | - |
| YUV | 88.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 82 | 0 | 0.21 | 0.21 | 0.59 | 0 | 0.12 | 0.36 |
| Hex | 68 | 52 | 52 | 0 | 15 | 15 | 3B | 0 | C | 24 |
| Octal | 150 | 122 | 122 | 0 | 25 | 25 | 73 | 0 | 14 | 44 |
| Binary | 1101000 | 1010010 | 1010010 | 0 | 10101 | 10101 | 111011 | 0 | 1100 | 100100 |
Color Harmonies of #685252
Complementary color
Monochromatic Colors of #685252
Black with #685252
Text Example
Text Example
White with #685252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685252; }
p { color: rgb(104,82,82); }
H1.HeaderClassName
{
color: #685252;
}
.AnyTagClassName
{
color: #685252;
}
</style>
background-color css
<style>
a { background-color: #685252; }
a { background-color: rgb(104,82,82); }
div.DivClassName
{
background-color: #685252;
}
.BgClassName
{
background-color: #685252;
}
</style>
border-color css
<style>
span { border-color: #685252; }
span { border-color: rgb(104,82,82); }
td.TdClassName
{
border-color: #685252;
}
.TagClassName
{
border-color: #685252;
}
</style>