Shades of Tosca #6D474C
Tints of Tosca #6D474C
RGB
CMYK
RGB Variations
Color information
#6D474C (or 0x6D474C) is known color: Tosca. HEX triplet: 6D, 47 and 4C. RGB value is (109,71,76). Sum of RGB (Red+Green+Blue) = 109+71+76=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D474C is #92B8B3. Grayscale: #525252. Windows color (decimal): -9615540 or 4999021. OLE color: 4999021.
HSL color Cylindrical-coordinate representation of color #6D474C: hue angle of 352.11º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D474C is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 71 | 76 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.57 |
| HSL | 352.11º | 0.21% | 0.35% | - |
| HSV(B) | 352.11º | 0.35% | 0.43% | - |
| XYZ | 9.86 | 8.28 | 7.92 | - |
| YUV | 82.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 76 | 0 | 0.35 | 0.30 | 0.57 | 352.11 | 0.21 | 0.35 |
| Hex | 6D | 47 | 4C | 0 | 23 | 1E | 39 | 160 | 15 | 23 |
| Octal | 155 | 107 | 114 | 0 | 43 | 36 | 71 | 540 | 25 | 43 |
| Binary | 1101101 | 1000111 | 1001100 | 0 | 100011 | 11110 | 111001 | 101100000 | 10101 | 100011 |
Color Harmonies of #6D474C
Complementary color
Monochromatic Colors of #6D474C
Black with #6D474C
Text Example
Text Example
White with #6D474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D474C; }
p { color: rgb(109,71,76); }
H1.HeaderClassName
{
color: #6D474C;
}
.AnyTagClassName
{
color: #6D474C;
}
</style>
background-color css
<style>
a { background-color: #6D474C; }
a { background-color: rgb(109,71,76); }
div.DivClassName
{
background-color: #6D474C;
}
.BgClassName
{
background-color: #6D474C;
}
</style>
border-color css
<style>
span { border-color: #6D474C; }
span { border-color: rgb(109,71,76); }
td.TdClassName
{
border-color: #6D474C;
}
.TagClassName
{
border-color: #6D474C;
}
</style>