Shades of Tosca #674345
Tints of Tosca #674345
RGB
CMYK
RGB Variations
Color information
#674345 (or 0x674345) is known color: Tosca. HEX triplet: 67, 43 and 45. RGB value is (103,67,69). Sum of RGB (Red+Green+Blue) = 103+67+69=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 103 - color contains mainly: red. Hex color #674345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674345 is #98BCBA. Grayscale: #4E4E4E. Windows color (decimal): -10009787 or 4539239. OLE color: 4539239.
HSL color Cylindrical-coordinate representation of color #674345: hue angle of 356.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #674345 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 67 | 69 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.60 |
| HSL | 356.67º | 0.21% | 0.33% | - |
| HSV(B) | 356.67º | 0.35% | 0.4% | - |
| XYZ | 8.67 | 7.33 | 6.59 | - |
| YUV | 77.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 67 | 69 | 0 | 0.35 | 0.33 | 0.60 | 356.67 | 0.21 | 0.33 |
| Hex | 67 | 43 | 45 | 0 | 23 | 21 | 3C | 165 | 15 | 21 |
| Octal | 147 | 103 | 105 | 0 | 43 | 41 | 74 | 545 | 25 | 41 |
| Binary | 1100111 | 1000011 | 1000101 | 0 | 100011 | 100001 | 111100 | 101100101 | 10101 | 100001 |
Color Harmonies of #674345
Complementary color
Monochromatic Colors of #674345
Black with #674345
Text Example
Text Example
White with #674345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674345; }
p { color: rgb(103,67,69); }
H1.HeaderClassName
{
color: #674345;
}
.AnyTagClassName
{
color: #674345;
}
</style>
background-color css
<style>
a { background-color: #674345; }
a { background-color: rgb(103,67,69); }
div.DivClassName
{
background-color: #674345;
}
.BgClassName
{
background-color: #674345;
}
</style>
border-color css
<style>
span { border-color: #674345; }
span { border-color: rgb(103,67,69); }
td.TdClassName
{
border-color: #674345;
}
.TagClassName
{
border-color: #674345;
}
</style>