Shades of Buccaneer #694C4B
Tints of Buccaneer #694C4B
RGB
CMYK
RGB Variations
Color information
#694C4B (or 0x694C4B) is known color: Buccaneer. HEX triplet: 69, 4C and 4B. RGB value is (105,76,75). Sum of RGB (Red+Green+Blue) = 105+76+75=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #694C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C4B is #96B3B4. Grayscale: #545454. Windows color (decimal): -9876405 or 4934761. OLE color: 4934761.
HSL color Cylindrical-coordinate representation of color #694C4B: hue angle of 2º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #694C4B is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 76 | 75 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.59 |
| HSL | 2º | 0.17% | 0.35% | - |
| HSV(B) | 2º | 0.29% | 0.41% | - |
| XYZ | 9.68 | 8.68 | 7.82 | - |
| YUV | 84.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 75 | 0 | 0.28 | 0.29 | 0.59 | 2 | 0.17 | 0.35 |
| Hex | 69 | 4C | 4B | 0 | 1C | 1D | 3B | 2 | 11 | 23 |
| Octal | 151 | 114 | 113 | 0 | 34 | 35 | 73 | 2 | 21 | 43 |
| Binary | 1101001 | 1001100 | 1001011 | 0 | 11100 | 11101 | 111011 | 10 | 10001 | 100011 |
Color Harmonies of #694C4B
Complementary color
Monochromatic Colors of #694C4B
Black with #694C4B
Text Example
Text Example
White with #694C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C4B; }
p { color: rgb(105,76,75); }
H1.HeaderClassName
{
color: #694C4B;
}
.AnyTagClassName
{
color: #694C4B;
}
</style>
background-color css
<style>
a { background-color: #694C4B; }
a { background-color: rgb(105,76,75); }
div.DivClassName
{
background-color: #694C4B;
}
.BgClassName
{
background-color: #694C4B;
}
</style>
border-color css
<style>
span { border-color: #694C4B; }
span { border-color: rgb(105,76,75); }
td.TdClassName
{
border-color: #694C4B;
}
.TagClassName
{
border-color: #694C4B;
}
</style>