Shades of Buccaneer #694848
Tints of Buccaneer #694848
RGB
CMYK
RGB Variations
Color information
#694848 (or 0x694848) is known color: Buccaneer. HEX triplet: 69, 48 and 48. RGB value is (105,72,72). Sum of RGB (Red+Green+Blue) = 105+72+72=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #694848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694848 is #96B7B7. Grayscale: #515151. Windows color (decimal): -9877432 or 4737129. OLE color: 4737129.
HSL color Cylindrical-coordinate representation of color #694848: hue angle of 0º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #694848 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 72 | 72 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.59 |
| HSL | 0º | 0.19% | 0.35% | - |
| HSV(B) | 0º | 0.31% | 0.41% | - |
| XYZ | 9.31 | 8.11 | 7.2 | - |
| YUV | 81.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 72 | 0 | 0.31 | 0.31 | 0.59 | 0 | 0.19 | 0.35 |
| Hex | 69 | 48 | 48 | 0 | 1F | 1F | 3B | 0 | 13 | 23 |
| Octal | 151 | 110 | 110 | 0 | 37 | 37 | 73 | 0 | 23 | 43 |
| Binary | 1101001 | 1001000 | 1001000 | 0 | 11111 | 11111 | 111011 | 0 | 10011 | 100011 |
Color Harmonies of #694848
Complementary color
Monochromatic Colors of #694848
Black with #694848
Text Example
Text Example
White with #694848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694848; }
p { color: rgb(105,72,72); }
H1.HeaderClassName
{
color: #694848;
}
.AnyTagClassName
{
color: #694848;
}
</style>
background-color css
<style>
a { background-color: #694848; }
a { background-color: rgb(105,72,72); }
div.DivClassName
{
background-color: #694848;
}
.BgClassName
{
background-color: #694848;
}
</style>
border-color css
<style>
span { border-color: #694848; }
span { border-color: rgb(105,72,72); }
td.TdClassName
{
border-color: #694848;
}
.TagClassName
{
border-color: #694848;
}
</style>