Shades of Tosca #674145
Tints of Tosca #674145
RGB
CMYK
RGB Variations
Color information
#674145 (or 0x674145) is known color: Tosca. HEX triplet: 67, 41 and 45. RGB value is (103,65,69). Sum of RGB (Red+Green+Blue) = 103+65+69=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 103 - color contains mainly: red. Hex color #674145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674145 is #98BEBA. Grayscale: #4C4C4C. Windows color (decimal): -10010299 or 4538727. OLE color: 4538727.
HSL color Cylindrical-coordinate representation of color #674145: hue angle of 353.68º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #674145 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 65 | 69 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.60 |
| HSL | 353.68º | 0.23% | 0.33% | - |
| HSV(B) | 353.68º | 0.37% | 0.4% | - |
| XYZ | 8.56 | 7.09 | 6.55 | - |
| YUV | 76.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 69 | 0 | 0.37 | 0.33 | 0.60 | 353.68 | 0.23 | 0.33 |
| Hex | 67 | 41 | 45 | 0 | 25 | 21 | 3C | 162 | 17 | 21 |
| Octal | 147 | 101 | 105 | 0 | 45 | 41 | 74 | 542 | 27 | 41 |
| Binary | 1100111 | 1000001 | 1000101 | 0 | 100101 | 100001 | 111100 | 101100010 | 10111 | 100001 |
Color Harmonies of #674145
Complementary color
Monochromatic Colors of #674145
Black with #674145
Text Example
Text Example
White with #674145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674145; }
p { color: rgb(103,65,69); }
H1.HeaderClassName
{
color: #674145;
}
.AnyTagClassName
{
color: #674145;
}
</style>
background-color css
<style>
a { background-color: #674145; }
a { background-color: rgb(103,65,69); }
div.DivClassName
{
background-color: #674145;
}
.BgClassName
{
background-color: #674145;
}
</style>
border-color css
<style>
span { border-color: #674145; }
span { border-color: rgb(103,65,69); }
td.TdClassName
{
border-color: #674145;
}
.TagClassName
{
border-color: #674145;
}
</style>