Shades of Tosca #6E444C
Tints of Tosca #6E444C
RGB
CMYK
RGB Variations
Color information
#6E444C (or 0x6E444C) is known color: Tosca. HEX triplet: 6E, 44 and 4C. RGB value is (110,68,76). Sum of RGB (Red+Green+Blue) = 110+68+76=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 110 - color contains mainly: red. Hex color #6E444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E444C is #91BBB3. Grayscale: #515151. Windows color (decimal): -9550772 or 4998254. OLE color: 4998254.
HSL color Cylindrical-coordinate representation of color #6E444C: hue angle of 348.57º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E444C is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 68 | 76 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.57 |
| HSL | 348.57º | 0.24% | 0.35% | - |
| HSV(B) | 348.57º | 0.38% | 0.43% | - |
| XYZ | 9.8 | 7.97 | 7.86 | - |
| YUV | 81.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 68 | 76 | 0 | 0.38 | 0.31 | 0.57 | 348.57 | 0.24 | 0.35 |
| Hex | 6E | 44 | 4C | 0 | 26 | 1F | 39 | 15D | 18 | 23 |
| Octal | 156 | 104 | 114 | 0 | 46 | 37 | 71 | 535 | 30 | 43 |
| Binary | 1101110 | 1000100 | 1001100 | 0 | 100110 | 11111 | 111001 | 101011101 | 11000 | 100011 |
Color Harmonies of #6E444C
Complementary color
Monochromatic Colors of #6E444C
Black with #6E444C
Text Example
Text Example
White with #6E444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E444C; }
p { color: rgb(110,68,76); }
H1.HeaderClassName
{
color: #6E444C;
}
.AnyTagClassName
{
color: #6E444C;
}
</style>
background-color css
<style>
a { background-color: #6E444C; }
a { background-color: rgb(110,68,76); }
div.DivClassName
{
background-color: #6E444C;
}
.BgClassName
{
background-color: #6E444C;
}
</style>
border-color css
<style>
span { border-color: #6E444C; }
span { border-color: rgb(110,68,76); }
td.TdClassName
{
border-color: #6E444C;
}
.TagClassName
{
border-color: #6E444C;
}
</style>