Shades of Tosca #694143
Tints of Tosca #694143
RGB
CMYK
RGB Variations
Color information
#694143 (or 0x694143) is known color: Tosca. HEX triplet: 69, 41 and 43. RGB value is (105,65,67). Sum of RGB (Red+Green+Blue) = 105+65+67=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #694143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694143 is #96BEBC. Grayscale: #4D4D4D. Windows color (decimal): -9879229 or 4407657. OLE color: 4407657.
HSL color Cylindrical-coordinate representation of color #694143: hue angle of 357º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #694143 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 65 | 67 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.59 |
| HSL | 357º | 0.24% | 0.33% | - |
| HSV(B) | 357º | 0.38% | 0.41% | - |
| XYZ | 8.73 | 7.19 | 6.24 | - |
| YUV | 77.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 67 | 0 | 0.38 | 0.36 | 0.59 | 357 | 0.24 | 0.33 |
| Hex | 69 | 41 | 43 | 0 | 26 | 24 | 3B | 165 | 18 | 21 |
| Octal | 151 | 101 | 103 | 0 | 46 | 44 | 73 | 545 | 30 | 41 |
| Binary | 1101001 | 1000001 | 1000011 | 0 | 100110 | 100100 | 111011 | 101100101 | 11000 | 100001 |
Color Harmonies of #694143
Complementary color
Monochromatic Colors of #694143
Black with #694143
Text Example
Text Example
White with #694143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694143; }
p { color: rgb(105,65,67); }
H1.HeaderClassName
{
color: #694143;
}
.AnyTagClassName
{
color: #694143;
}
</style>
background-color css
<style>
a { background-color: #694143; }
a { background-color: rgb(105,65,67); }
div.DivClassName
{
background-color: #694143;
}
.BgClassName
{
background-color: #694143;
}
</style>
border-color css
<style>
span { border-color: #694143; }
span { border-color: rgb(105,65,67); }
td.TdClassName
{
border-color: #694143;
}
.TagClassName
{
border-color: #694143;
}
</style>