Shades of Tosca #674044
Tints of Tosca #674044
RGB
CMYK
RGB Variations
Color information
#674044 (or 0x674044) is known color: Tosca. HEX triplet: 67, 40 and 44. RGB value is (103,64,68). Sum of RGB (Red+Green+Blue) = 103+64+68=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 103 - color contains mainly: red. Hex color #674044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674044 is #98BFBB. Grayscale: #4C4C4C. Windows color (decimal): -10010556 or 4472935. OLE color: 4472935.
HSL color Cylindrical-coordinate representation of color #674044: hue angle of 353.85º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #674044 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 68 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.60 |
| HSL | 353.85º | 0.23% | 0.33% | - |
| HSV(B) | 353.85º | 0.38% | 0.4% | - |
| XYZ | 8.47 | 6.97 | 6.37 | - |
| YUV | 76.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 68 | 0 | 0.38 | 0.34 | 0.60 | 353.85 | 0.23 | 0.33 |
| Hex | 67 | 40 | 44 | 0 | 26 | 22 | 3C | 162 | 17 | 21 |
| Octal | 147 | 100 | 104 | 0 | 46 | 42 | 74 | 542 | 27 | 41 |
| Binary | 1100111 | 1000000 | 1000100 | 0 | 100110 | 100010 | 111100 | 101100010 | 10111 | 100001 |
Color Harmonies of #674044
Complementary color
Monochromatic Colors of #674044
Black with #674044
Text Example
Text Example
White with #674044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674044; }
p { color: rgb(103,64,68); }
H1.HeaderClassName
{
color: #674044;
}
.AnyTagClassName
{
color: #674044;
}
</style>
background-color css
<style>
a { background-color: #674044; }
a { background-color: rgb(103,64,68); }
div.DivClassName
{
background-color: #674044;
}
.BgClassName
{
background-color: #674044;
}
</style>
border-color css
<style>
span { border-color: #674044; }
span { border-color: rgb(103,64,68); }
td.TdClassName
{
border-color: #674044;
}
.TagClassName
{
border-color: #674044;
}
</style>