Shades of Tosca #6A4A4B
Tints of Tosca #6A4A4B
RGB
CMYK
RGB Variations
Color information
#6A4A4B (or 0x6A4A4B) is known color: Tosca. HEX triplet: 6A, 4A and 4B. RGB value is (106,74,75). Sum of RGB (Red+Green+Blue) = 106+74+75=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4A4B is #95B5B4. Grayscale: #535353. Windows color (decimal): -9811381 or 4934250. OLE color: 4934250.
HSL color Cylindrical-coordinate representation of color #6A4A4B: hue angle of 358.12º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A4A4B is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 74 | 75 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.58 |
| HSL | 358.13º | 0.18% | 0.35% | - |
| HSV(B) | 358.13º | 0.3% | 0.42% | - |
| XYZ | 9.66 | 8.47 | 7.78 | - |
| YUV | 83.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 74 | 75 | 0 | 0.30 | 0.29 | 0.58 | 358.13 | 0.18 | 0.35 |
| Hex | 6A | 4A | 4B | 0 | 1E | 1D | 3A | 166 | 12 | 23 |
| Octal | 152 | 112 | 113 | 0 | 36 | 35 | 72 | 546 | 22 | 43 |
| Binary | 1101010 | 1001010 | 1001011 | 0 | 11110 | 11101 | 111010 | 101100110 | 10010 | 100011 |
Color Harmonies of #6A4A4B
Complementary color
Monochromatic Colors of #6A4A4B
Black with #6A4A4B
Text Example
Text Example
White with #6A4A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4A4B; }
p { color: rgb(106,74,75); }
H1.HeaderClassName
{
color: #6A4A4B;
}
.AnyTagClassName
{
color: #6A4A4B;
}
</style>
background-color css
<style>
a { background-color: #6A4A4B; }
a { background-color: rgb(106,74,75); }
div.DivClassName
{
background-color: #6A4A4B;
}
.BgClassName
{
background-color: #6A4A4B;
}
</style>
border-color css
<style>
span { border-color: #6A4A4B; }
span { border-color: rgb(106,74,75); }
td.TdClassName
{
border-color: #6A4A4B;
}
.TagClassName
{
border-color: #6A4A4B;
}
</style>