Shades of Buccaneer #695653
Tints of Buccaneer #695653
RGB
CMYK
RGB Variations
Color information
#695653 (or 0x695653) is known color: Buccaneer. HEX triplet: 69, 56 and 53. RGB value is (105,86,83). Sum of RGB (Red+Green+Blue) = 105+86+83=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #695653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695653 is #96A9AC. Grayscale: #5B5B5B. Windows color (decimal): -9873837 or 5461609. OLE color: 5461609.
HSL color Cylindrical-coordinate representation of color #695653: hue angle of 8.18º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695653 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 86 | 83 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.59 |
| HSL | 8.18º | 0.12% | 0.37% | - |
| HSV(B) | 8.18º | 0.21% | 0.41% | - |
| XYZ | 10.71 | 10.28 | 9.6 | - |
| YUV | 91.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 86 | 83 | 0 | 0.18 | 0.21 | 0.59 | 8.18 | 0.12 | 0.37 |
| Hex | 69 | 56 | 53 | 0 | 12 | 15 | 3B | 8 | C | 25 |
| Octal | 151 | 126 | 123 | 0 | 22 | 25 | 73 | 10 | 14 | 45 |
| Binary | 1101001 | 1010110 | 1010011 | 0 | 10010 | 10101 | 111011 | 1000 | 1100 | 100101 |
Color Harmonies of #695653
Complementary color
Monochromatic Colors of #695653
Black with #695653
Text Example
Text Example
White with #695653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695653; }
p { color: rgb(105,86,83); }
H1.HeaderClassName
{
color: #695653;
}
.AnyTagClassName
{
color: #695653;
}
</style>
background-color css
<style>
a { background-color: #695653; }
a { background-color: rgb(105,86,83); }
div.DivClassName
{
background-color: #695653;
}
.BgClassName
{
background-color: #695653;
}
</style>
border-color css
<style>
span { border-color: #695653; }
span { border-color: rgb(105,86,83); }
td.TdClassName
{
border-color: #695653;
}
.TagClassName
{
border-color: #695653;
}
</style>