Shades of Buccaneer #694B4B
Tints of Buccaneer #694B4B
RGB
CMYK
RGB Variations
Color information
#694B4B (or 0x694B4B) is known color: Buccaneer. HEX triplet: 69, 4B and 4B. RGB value is (105,75,75). Sum of RGB (Red+Green+Blue) = 105+75+75=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #694B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B4B is #96B4B4. Grayscale: #545454. Windows color (decimal): -9876661 or 4934505. OLE color: 4934505.
HSL color Cylindrical-coordinate representation of color #694B4B: hue angle of 0º 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 #694B4B is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 75 | 75 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.59 |
| HSL | 0º | 0.17% | 0.35% | - |
| HSV(B) | 0º | 0.29% | 0.41% | - |
| XYZ | 9.61 | 8.54 | 7.8 | - |
| YUV | 83.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 75 | 0 | 0.29 | 0.29 | 0.59 | 0 | 0.17 | 0.35 |
| Hex | 69 | 4B | 4B | 0 | 1D | 1D | 3B | 0 | 11 | 23 |
| Octal | 151 | 113 | 113 | 0 | 35 | 35 | 73 | 0 | 21 | 43 |
| Binary | 1101001 | 1001011 | 1001011 | 0 | 11101 | 11101 | 111011 | 0 | 10001 | 100011 |
Color Harmonies of #694B4B
Complementary color
Monochromatic Colors of #694B4B
Black with #694B4B
Text Example
Text Example
White with #694B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B4B; }
p { color: rgb(105,75,75); }
H1.HeaderClassName
{
color: #694B4B;
}
.AnyTagClassName
{
color: #694B4B;
}
</style>
background-color css
<style>
a { background-color: #694B4B; }
a { background-color: rgb(105,75,75); }
div.DivClassName
{
background-color: #694B4B;
}
.BgClassName
{
background-color: #694B4B;
}
</style>
border-color css
<style>
span { border-color: #694B4B; }
span { border-color: rgb(105,75,75); }
td.TdClassName
{
border-color: #694B4B;
}
.TagClassName
{
border-color: #694B4B;
}
</style>