Shades of Buccaneer #685452
Tints of Buccaneer #685452
RGB
CMYK
RGB Variations
Color information
#685452 (or 0x685452) is known color: Buccaneer. HEX triplet: 68, 54 and 52. RGB value is (104,84,82). Sum of RGB (Red+Green+Blue) = 104+84+82=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #685452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685452 is #97ABAD. Grayscale: #595959. Windows color (decimal): -9939886 or 5395560. OLE color: 5395560.
HSL color Cylindrical-coordinate representation of color #685452: hue angle of 5.45º 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 #685452 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 82 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.59 |
| HSL | 5.45º | 0.12% | 0.36% | - |
| HSV(B) | 5.45º | 0.21% | 0.41% | - |
| XYZ | 10.4 | 9.89 | 9.34 | - |
| YUV | 89.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 82 | 0 | 0.19 | 0.21 | 0.59 | 5.45 | 0.12 | 0.36 |
| Hex | 68 | 54 | 52 | 0 | 13 | 15 | 3B | 5 | C | 24 |
| Octal | 150 | 124 | 122 | 0 | 23 | 25 | 73 | 5 | 14 | 44 |
| Binary | 1101000 | 1010100 | 1010010 | 0 | 10011 | 10101 | 111011 | 101 | 1100 | 100100 |
Color Harmonies of #685452
Complementary color
Monochromatic Colors of #685452
Black with #685452
Text Example
Text Example
White with #685452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685452; }
p { color: rgb(104,84,82); }
H1.HeaderClassName
{
color: #685452;
}
.AnyTagClassName
{
color: #685452;
}
</style>
background-color css
<style>
a { background-color: #685452; }
a { background-color: rgb(104,84,82); }
div.DivClassName
{
background-color: #685452;
}
.BgClassName
{
background-color: #685452;
}
</style>
border-color css
<style>
span { border-color: #685452; }
span { border-color: rgb(104,84,82); }
td.TdClassName
{
border-color: #685452;
}
.TagClassName
{
border-color: #685452;
}
</style>