Shades of Buccaneer #695250
Tints of Buccaneer #695250
RGB
CMYK
RGB Variations
Color information
#695250 (or 0x695250) is known color: Buccaneer. HEX triplet: 69, 52 and 50. RGB value is (105,82,80). Sum of RGB (Red+Green+Blue) = 105+82+80=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #695250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695250 is #96ADAF. Grayscale: #585858. Windows color (decimal): -9874864 or 5263977. OLE color: 5263977.
HSL color Cylindrical-coordinate representation of color #695250: hue angle of 4.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695250 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 82 | 80 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.59 |
| HSL | 4.8º | 0.14% | 0.36% | - |
| HSV(B) | 4.8º | 0.24% | 0.41% | - |
| XYZ | 10.29 | 9.62 | 8.9 | - |
| YUV | 88.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 80 | 0 | 0.22 | 0.24 | 0.59 | 4.8 | 0.14 | 0.36 |
| Hex | 69 | 52 | 50 | 0 | 16 | 18 | 3B | 5 | E | 24 |
| Octal | 151 | 122 | 120 | 0 | 26 | 30 | 73 | 5 | 16 | 44 |
| Binary | 1101001 | 1010010 | 1010000 | 0 | 10110 | 11000 | 111011 | 101 | 1110 | 100100 |
Color Harmonies of #695250
Complementary color
Monochromatic Colors of #695250
Black with #695250
Text Example
Text Example
White with #695250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695250; }
p { color: rgb(105,82,80); }
H1.HeaderClassName
{
color: #695250;
}
.AnyTagClassName
{
color: #695250;
}
</style>
background-color css
<style>
a { background-color: #695250; }
a { background-color: rgb(105,82,80); }
div.DivClassName
{
background-color: #695250;
}
.BgClassName
{
background-color: #695250;
}
</style>
border-color css
<style>
span { border-color: #695250; }
span { border-color: rgb(105,82,80); }
td.TdClassName
{
border-color: #695250;
}
.TagClassName
{
border-color: #695250;
}
</style>