Shades of Tosca #693B40
Tints of Tosca #693B40
RGB
CMYK
RGB Variations
Color information
#693B40 (or 0x693B40) is known color: Tosca. HEX triplet: 69, 3B and 40. RGB value is (105,59,64). Sum of RGB (Red+Green+Blue) = 105+59+64=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #693B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B40 is #96C4BF. Grayscale: #494949. Windows color (decimal): -9880768 or 4209513. OLE color: 4209513.
HSL color Cylindrical-coordinate representation of color #693B40: hue angle of 353.48º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #693B40 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 59 | 64 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.59 |
| HSL | 353.48º | 0.28% | 0.32% | - |
| HSV(B) | 353.48º | 0.44% | 0.41% | - |
| XYZ | 8.32 | 6.5 | 5.67 | - |
| YUV | 73.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 64 | 0 | 0.44 | 0.39 | 0.59 | 353.48 | 0.28 | 0.32 |
| Hex | 69 | 3B | 40 | 0 | 2C | 27 | 3B | 161 | 1C | 20 |
| Octal | 151 | 73 | 100 | 0 | 54 | 47 | 73 | 541 | 34 | 40 |
| Binary | 1101001 | 111011 | 1000000 | 0 | 101100 | 100111 | 111011 | 101100001 | 11100 | 100000 |
Color Harmonies of #693B40
Complementary color
Monochromatic Colors of #693B40
Black with #693B40
Text Example
Text Example
White with #693B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693B40; }
p { color: rgb(105,59,64); }
H1.HeaderClassName
{
color: #693B40;
}
.AnyTagClassName
{
color: #693B40;
}
</style>
background-color css
<style>
a { background-color: #693B40; }
a { background-color: rgb(105,59,64); }
div.DivClassName
{
background-color: #693B40;
}
.BgClassName
{
background-color: #693B40;
}
</style>
border-color css
<style>
span { border-color: #693B40; }
span { border-color: rgb(105,59,64); }
td.TdClassName
{
border-color: #693B40;
}
.TagClassName
{
border-color: #693B40;
}
</style>