Shades of Tosca #674146
Tints of Tosca #674146
RGB
CMYK
RGB Variations
Color information
#674146 (or 0x674146) is known color: Tosca. HEX triplet: 67, 41 and 46. RGB value is (103,65,70). Sum of RGB (Red+Green+Blue) = 103+65+70=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 103 - color contains mainly: red. Hex color #674146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674146 is #98BEB9. Grayscale: #4C4C4C. Windows color (decimal): -10010298 or 4604263. OLE color: 4604263.
HSL color Cylindrical-coordinate representation of color #674146: hue angle of 352.11º 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 #674146 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 65 | 70 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.60 |
| HSL | 352.11º | 0.23% | 0.33% | - |
| HSV(B) | 352.11º | 0.37% | 0.4% | - |
| XYZ | 8.59 | 7.11 | 6.71 | - |
| YUV | 76.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 70 | 0 | 0.37 | 0.32 | 0.60 | 352.11 | 0.23 | 0.33 |
| Hex | 67 | 41 | 46 | 0 | 25 | 20 | 3C | 160 | 17 | 21 |
| Octal | 147 | 101 | 106 | 0 | 45 | 40 | 74 | 540 | 27 | 41 |
| Binary | 1100111 | 1000001 | 1000110 | 0 | 100101 | 100000 | 111100 | 101100000 | 10111 | 100001 |
Color Harmonies of #674146
Complementary color
Monochromatic Colors of #674146
Black with #674146
Text Example
Text Example
White with #674146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674146; }
p { color: rgb(103,65,70); }
H1.HeaderClassName
{
color: #674146;
}
.AnyTagClassName
{
color: #674146;
}
</style>
background-color css
<style>
a { background-color: #674146; }
a { background-color: rgb(103,65,70); }
div.DivClassName
{
background-color: #674146;
}
.BgClassName
{
background-color: #674146;
}
</style>
border-color css
<style>
span { border-color: #674146; }
span { border-color: rgb(103,65,70); }
td.TdClassName
{
border-color: #674146;
}
.TagClassName
{
border-color: #674146;
}
</style>