Shades of Tosca #693C43
Tints of Tosca #693C43
RGB
CMYK
RGB Variations
Color information
#693C43 (or 0x693C43) is known color: Tosca. HEX triplet: 69, 3C and 43. RGB value is (105,60,67). Sum of RGB (Red+Green+Blue) = 105+60+67=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #693C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C43 is #96C3BC. Grayscale: #4A4A4A. Windows color (decimal): -9880509 or 4406377. OLE color: 4406377.
HSL color Cylindrical-coordinate representation of color #693C43: hue angle of 350.67º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #693C43 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 67 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.59 |
| HSL | 350.67º | 0.27% | 0.32% | - |
| HSV(B) | 350.67º | 0.43% | 0.41% | - |
| XYZ | 8.45 | 6.64 | 6.15 | - |
| YUV | 74.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 67 | 0 | 0.43 | 0.36 | 0.59 | 350.67 | 0.27 | 0.32 |
| Hex | 69 | 3C | 43 | 0 | 2B | 24 | 3B | 15F | 1B | 20 |
| Octal | 151 | 74 | 103 | 0 | 53 | 44 | 73 | 537 | 33 | 40 |
| Binary | 1101001 | 111100 | 1000011 | 0 | 101011 | 100100 | 111011 | 101011111 | 11011 | 100000 |
Color Harmonies of #693C43
Complementary color
Monochromatic Colors of #693C43
Black with #693C43
Text Example
Text Example
White with #693C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C43; }
p { color: rgb(105,60,67); }
H1.HeaderClassName
{
color: #693C43;
}
.AnyTagClassName
{
color: #693C43;
}
</style>
background-color css
<style>
a { background-color: #693C43; }
a { background-color: rgb(105,60,67); }
div.DivClassName
{
background-color: #693C43;
}
.BgClassName
{
background-color: #693C43;
}
</style>
border-color css
<style>
span { border-color: #693C43; }
span { border-color: rgb(105,60,67); }
td.TdClassName
{
border-color: #693C43;
}
.TagClassName
{
border-color: #693C43;
}
</style>