Shades of Tosca #694A4B
Tints of Tosca #694A4B
RGB
CMYK
RGB Variations
Color information
#694A4B (or 0x694A4B) is known color: Tosca. HEX triplet: 69, 4A and 4B. RGB value is (105,74,75). Sum of RGB (Red+Green+Blue) = 105+74+75=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #694A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A4B is #96B5B4. Grayscale: #535353. Windows color (decimal): -9876917 or 4934249. OLE color: 4934249.
HSL color Cylindrical-coordinate representation of color #694A4B: hue angle of 358.06º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #694A4B is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 74 | 75 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.59 |
| HSL | 358.06º | 0.17% | 0.35% | - |
| HSV(B) | 358.06º | 0.3% | 0.41% | - |
| XYZ | 9.54 | 8.41 | 7.78 | - |
| YUV | 83.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 75 | 0 | 0.30 | 0.29 | 0.59 | 358.06 | 0.17 | 0.35 |
| Hex | 69 | 4A | 4B | 0 | 1E | 1D | 3B | 166 | 11 | 23 |
| Octal | 151 | 112 | 113 | 0 | 36 | 35 | 73 | 546 | 21 | 43 |
| Binary | 1101001 | 1001010 | 1001011 | 0 | 11110 | 11101 | 111011 | 101100110 | 10001 | 100011 |
Color Harmonies of #694A4B
Complementary color
Monochromatic Colors of #694A4B
Black with #694A4B
Text Example
Text Example
White with #694A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A4B; }
p { color: rgb(105,74,75); }
H1.HeaderClassName
{
color: #694A4B;
}
.AnyTagClassName
{
color: #694A4B;
}
</style>
background-color css
<style>
a { background-color: #694A4B; }
a { background-color: rgb(105,74,75); }
div.DivClassName
{
background-color: #694A4B;
}
.BgClassName
{
background-color: #694A4B;
}
</style>
border-color css
<style>
span { border-color: #694A4B; }
span { border-color: rgb(105,74,75); }
td.TdClassName
{
border-color: #694A4B;
}
.TagClassName
{
border-color: #694A4B;
}
</style>