Shades of Tosca #693B3F
Tints of Tosca #693B3F
RGB
CMYK
RGB Variations
Color information
#693B3F (or 0x693B3F) is known color: Tosca. HEX triplet: 69, 3B and 3F. RGB value is (105,59,63). Sum of RGB (Red+Green+Blue) = 105+59+63=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #693B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B3F is #96C4C0. Grayscale: #494949. Windows color (decimal): -9880769 or 4143977. OLE color: 4143977.
HSL color Cylindrical-coordinate representation of color #693B3F: hue angle of 354.78º 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 #693B3F is Cyan = 0, Magento = 0.44, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 59 | 63 | - |
| CMYK | 0 | 0.44 | 0.4 | 0.59 |
| HSL | 354.78º | 0.28% | 0.32% | - |
| HSV(B) | 354.78º | 0.44% | 0.41% | - |
| XYZ | 8.29 | 6.49 | 5.52 | - |
| YUV | 73.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 63 | 0 | 0.44 | 0.4 | 0.59 | 354.78 | 0.28 | 0.32 |
| Hex | 69 | 3B | 3F | 0 | 2C | 28 | 3B | 163 | 1C | 20 |
| Octal | 151 | 73 | 77 | 0 | 54 | 50 | 73 | 543 | 34 | 40 |
| Binary | 1101001 | 111011 | 111111 | 0 | 101100 | 101000 | 111011 | 101100011 | 11100 | 100000 |
Color Harmonies of #693B3F
Complementary color
Monochromatic Colors of #693B3F
Black with #693B3F
Text Example
Text Example
White with #693B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693B3F; }
p { color: rgb(105,59,63); }
H1.HeaderClassName
{
color: #693B3F;
}
.AnyTagClassName
{
color: #693B3F;
}
</style>
background-color css
<style>
a { background-color: #693B3F; }
a { background-color: rgb(105,59,63); }
div.DivClassName
{
background-color: #693B3F;
}
.BgClassName
{
background-color: #693B3F;
}
</style>
border-color css
<style>
span { border-color: #693B3F; }
span { border-color: rgb(105,59,63); }
td.TdClassName
{
border-color: #693B3F;
}
.TagClassName
{
border-color: #693B3F;
}
</style>