Shades of Tosca #693D41
Tints of Tosca #693D41
RGB
CMYK
RGB Variations
Color information
#693D41 (or 0x693D41) is known color: Tosca. HEX triplet: 69, 3D and 41. RGB value is (105,61,65). Sum of RGB (Red+Green+Blue) = 105+61+65=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #693D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D41 is #96C2BE. Grayscale: #4A4A4A. Windows color (decimal): -9880255 or 4275561. OLE color: 4275561.
HSL color Cylindrical-coordinate representation of color #693D41: hue angle of 354.55º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #693D41 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 65 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.59 |
| HSL | 354.55º | 0.27% | 0.33% | - |
| HSV(B) | 354.55º | 0.42% | 0.41% | - |
| XYZ | 8.45 | 6.72 | 5.85 | - |
| YUV | 74.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 65 | 0 | 0.42 | 0.38 | 0.59 | 354.55 | 0.27 | 0.33 |
| Hex | 69 | 3D | 41 | 0 | 2A | 26 | 3B | 163 | 1B | 21 |
| Octal | 151 | 75 | 101 | 0 | 52 | 46 | 73 | 543 | 33 | 41 |
| Binary | 1101001 | 111101 | 1000001 | 0 | 101010 | 100110 | 111011 | 101100011 | 11011 | 100001 |
Color Harmonies of #693D41
Complementary color
Monochromatic Colors of #693D41
Black with #693D41
Text Example
Text Example
White with #693D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D41; }
p { color: rgb(105,61,65); }
H1.HeaderClassName
{
color: #693D41;
}
.AnyTagClassName
{
color: #693D41;
}
</style>
background-color css
<style>
a { background-color: #693D41; }
a { background-color: rgb(105,61,65); }
div.DivClassName
{
background-color: #693D41;
}
.BgClassName
{
background-color: #693D41;
}
</style>
border-color css
<style>
span { border-color: #693D41; }
span { border-color: rgb(105,61,65); }
td.TdClassName
{
border-color: #693D41;
}
.TagClassName
{
border-color: #693D41;
}
</style>