Shades of Tosca #694344
Tints of Tosca #694344
RGB
CMYK
RGB Variations
Color information
#694344 (or 0x694344) is known color: Tosca. HEX triplet: 69, 43 and 44. RGB value is (105,67,68). Sum of RGB (Red+Green+Blue) = 105+67+68=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #694344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694344 is #96BCBB. Grayscale: #4E4E4E. Windows color (decimal): -9878716 or 4473705. OLE color: 4473705.
HSL color Cylindrical-coordinate representation of color #694344: hue angle of 358.42º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #694344 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 67 | 68 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.59 |
| HSL | 358.42º | 0.22% | 0.34% | - |
| HSV(B) | 358.42º | 0.36% | 0.41% | - |
| XYZ | 8.88 | 7.43 | 6.44 | - |
| YUV | 78.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 68 | 0 | 0.36 | 0.35 | 0.59 | 358.42 | 0.22 | 0.34 |
| Hex | 69 | 43 | 44 | 0 | 24 | 23 | 3B | 166 | 16 | 22 |
| Octal | 151 | 103 | 104 | 0 | 44 | 43 | 73 | 546 | 26 | 42 |
| Binary | 1101001 | 1000011 | 1000100 | 0 | 100100 | 100011 | 111011 | 101100110 | 10110 | 100010 |
Color Harmonies of #694344
Complementary color
Monochromatic Colors of #694344
Black with #694344
Text Example
Text Example
White with #694344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694344; }
p { color: rgb(105,67,68); }
H1.HeaderClassName
{
color: #694344;
}
.AnyTagClassName
{
color: #694344;
}
</style>
background-color css
<style>
a { background-color: #694344; }
a { background-color: rgb(105,67,68); }
div.DivClassName
{
background-color: #694344;
}
.BgClassName
{
background-color: #694344;
}
</style>
border-color css
<style>
span { border-color: #694344; }
span { border-color: rgb(105,67,68); }
td.TdClassName
{
border-color: #694344;
}
.TagClassName
{
border-color: #694344;
}
</style>