Shades of Buccaneer #695353
Tints of Buccaneer #695353
RGB
CMYK
RGB Variations
Color information
#695353 (or 0x695353) is known color: Buccaneer. HEX triplet: 69, 53 and 53. RGB value is (105,83,83). Sum of RGB (Red+Green+Blue) = 105+83+83=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #695353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695353 is #96ACAC. Grayscale: #595959. Windows color (decimal): -9874605 or 5460841. OLE color: 5460841.
HSL color Cylindrical-coordinate representation of color #695353: hue angle of 0º 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 #695353 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 83 | 83 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.59 |
| HSL | 0º | 0.12% | 0.37% | - |
| HSV(B) | 0º | 0.21% | 0.41% | - |
| XYZ | 10.48 | 9.81 | 9.53 | - |
| YUV | 89.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 83 | 0 | 0.21 | 0.21 | 0.59 | 0 | 0.12 | 0.37 |
| Hex | 69 | 53 | 53 | 0 | 15 | 15 | 3B | 0 | C | 25 |
| Octal | 151 | 123 | 123 | 0 | 25 | 25 | 73 | 0 | 14 | 45 |
| Binary | 1101001 | 1010011 | 1010011 | 0 | 10101 | 10101 | 111011 | 0 | 1100 | 100101 |
Color Harmonies of #695353
Complementary color
Monochromatic Colors of #695353
Black with #695353
Text Example
Text Example
White with #695353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695353; }
p { color: rgb(105,83,83); }
H1.HeaderClassName
{
color: #695353;
}
.AnyTagClassName
{
color: #695353;
}
</style>
background-color css
<style>
a { background-color: #695353; }
a { background-color: rgb(105,83,83); }
div.DivClassName
{
background-color: #695353;
}
.BgClassName
{
background-color: #695353;
}
</style>
border-color css
<style>
span { border-color: #695353; }
span { border-color: rgb(105,83,83); }
td.TdClassName
{
border-color: #695353;
}
.TagClassName
{
border-color: #695353;
}
</style>