Shades of Tosca #693B3C
Tints of Tosca #693B3C
RGB
CMYK
RGB Variations
Color information
#693B3C (or 0x693B3C) is known color: Tosca. HEX triplet: 69, 3B and 3C. RGB value is (105,59,60). Sum of RGB (Red+Green+Blue) = 105+59+60=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #693B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B3C is #96C4C3. Grayscale: #484848. Windows color (decimal): -9880772 or 3947369. OLE color: 3947369.
HSL color Cylindrical-coordinate representation of color #693B3C: hue angle of 358.7º 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 #693B3C is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 59 | 60 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.59 |
| HSL | 358.7º | 0.28% | 0.32% | - |
| HSV(B) | 358.7º | 0.44% | 0.41% | - |
| XYZ | 8.21 | 6.46 | 5.09 | - |
| YUV | 72.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 60 | 0 | 0.44 | 0.43 | 0.59 | 358.7 | 0.28 | 0.32 |
| Hex | 69 | 3B | 3C | 0 | 2C | 2B | 3B | 167 | 1C | 20 |
| Octal | 151 | 73 | 74 | 0 | 54 | 53 | 73 | 547 | 34 | 40 |
| Binary | 1101001 | 111011 | 111100 | 0 | 101100 | 101011 | 111011 | 101100111 | 11100 | 100000 |
Color Harmonies of #693B3C
Complementary color
Monochromatic Colors of #693B3C
Black with #693B3C
Text Example
Text Example
White with #693B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693B3C; }
p { color: rgb(105,59,60); }
H1.HeaderClassName
{
color: #693B3C;
}
.AnyTagClassName
{
color: #693B3C;
}
</style>
background-color css
<style>
a { background-color: #693B3C; }
a { background-color: rgb(105,59,60); }
div.DivClassName
{
background-color: #693B3C;
}
.BgClassName
{
background-color: #693B3C;
}
</style>
border-color css
<style>
span { border-color: #693B3C; }
span { border-color: rgb(105,59,60); }
td.TdClassName
{
border-color: #693B3C;
}
.TagClassName
{
border-color: #693B3C;
}
</style>