Shades of Tosca #674344
Tints of Tosca #674344
RGB
CMYK
RGB Variations
Color information
#674344 (or 0x674344) is known color: Tosca. HEX triplet: 67, 43 and 44. RGB value is (103,67,68). Sum of RGB (Red+Green+Blue) = 103+67+68=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 103 - color contains mainly: red. Hex color #674344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674344 is #98BCBB. Grayscale: #4D4D4D. Windows color (decimal): -10009788 or 4473703. OLE color: 4473703.
HSL color Cylindrical-coordinate representation of color #674344: hue angle of 358.33º 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 #674344 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 67 | 68 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.60 |
| HSL | 358.33º | 0.21% | 0.33% | - |
| HSV(B) | 358.33º | 0.35% | 0.4% | - |
| XYZ | 8.64 | 7.32 | 6.43 | - |
| YUV | 77.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 67 | 68 | 0 | 0.35 | 0.34 | 0.60 | 358.33 | 0.21 | 0.33 |
| Hex | 67 | 43 | 44 | 0 | 23 | 22 | 3C | 166 | 15 | 21 |
| Octal | 147 | 103 | 104 | 0 | 43 | 42 | 74 | 546 | 25 | 41 |
| Binary | 1100111 | 1000011 | 1000100 | 0 | 100011 | 100010 | 111100 | 101100110 | 10101 | 100001 |
Color Harmonies of #674344
Complementary color
Monochromatic Colors of #674344
Black with #674344
Text Example
Text Example
White with #674344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674344; }
p { color: rgb(103,67,68); }
H1.HeaderClassName
{
color: #674344;
}
.AnyTagClassName
{
color: #674344;
}
</style>
background-color css
<style>
a { background-color: #674344; }
a { background-color: rgb(103,67,68); }
div.DivClassName
{
background-color: #674344;
}
.BgClassName
{
background-color: #674344;
}
</style>
border-color css
<style>
span { border-color: #674344; }
span { border-color: rgb(103,67,68); }
td.TdClassName
{
border-color: #674344;
}
.TagClassName
{
border-color: #674344;
}
</style>