Shades of Tosca #694345
Tints of Tosca #694345
RGB
CMYK
RGB Variations
Color information
#694345 (or 0x694345) is known color: Tosca. HEX triplet: 69, 43 and 45. RGB value is (105,67,69). Sum of RGB (Red+Green+Blue) = 105+67+69=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #694345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694345 is #96BCBA. Grayscale: #4E4E4E. Windows color (decimal): -9878715 or 4539241. OLE color: 4539241.
HSL color Cylindrical-coordinate representation of color #694345: hue angle of 356.84º 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 #694345 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 67 | 69 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.59 |
| HSL | 356.84º | 0.22% | 0.34% | - |
| HSV(B) | 356.84º | 0.36% | 0.41% | - |
| XYZ | 8.91 | 7.45 | 6.6 | - |
| YUV | 78.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 69 | 0 | 0.36 | 0.34 | 0.59 | 356.84 | 0.22 | 0.34 |
| Hex | 69 | 43 | 45 | 0 | 24 | 22 | 3B | 165 | 16 | 22 |
| Octal | 151 | 103 | 105 | 0 | 44 | 42 | 73 | 545 | 26 | 42 |
| Binary | 1101001 | 1000011 | 1000101 | 0 | 100100 | 100010 | 111011 | 101100101 | 10110 | 100010 |
Color Harmonies of #694345
Complementary color
Monochromatic Colors of #694345
Black with #694345
Text Example
Text Example
White with #694345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694345; }
p { color: rgb(105,67,69); }
H1.HeaderClassName
{
color: #694345;
}
.AnyTagClassName
{
color: #694345;
}
</style>
background-color css
<style>
a { background-color: #694345; }
a { background-color: rgb(105,67,69); }
div.DivClassName
{
background-color: #694345;
}
.BgClassName
{
background-color: #694345;
}
</style>
border-color css
<style>
span { border-color: #694345; }
span { border-color: rgb(105,67,69); }
td.TdClassName
{
border-color: #694345;
}
.TagClassName
{
border-color: #694345;
}
</style>