Shades of Tosca #6C444A
Tints of Tosca #6C444A
RGB
CMYK
RGB Variations
Color information
#6C444A (or 0x6C444A) is known color: Tosca. HEX triplet: 6C, 44 and 4A. RGB value is (108,68,74). Sum of RGB (Red+Green+Blue) = 108+68+74=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 108 - color contains mainly: red. Hex color #6C444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C444A is #93BBB5. Grayscale: #505050. Windows color (decimal): -9681846 or 4867180. OLE color: 4867180.
HSL color Cylindrical-coordinate representation of color #6C444A: hue angle of 351º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C444A is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 68 | 74 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.58 |
| HSL | 351º | 0.23% | 0.35% | - |
| HSV(B) | 351º | 0.37% | 0.42% | - |
| XYZ | 9.49 | 7.82 | 7.49 | - |
| YUV | 80.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 74 | 0 | 0.37 | 0.31 | 0.58 | 351 | 0.23 | 0.35 |
| Hex | 6C | 44 | 4A | 0 | 25 | 1F | 3A | 15F | 17 | 23 |
| Octal | 154 | 104 | 112 | 0 | 45 | 37 | 72 | 537 | 27 | 43 |
| Binary | 1101100 | 1000100 | 1001010 | 0 | 100101 | 11111 | 111010 | 101011111 | 10111 | 100011 |
Color Harmonies of #6C444A
Complementary color
Monochromatic Colors of #6C444A
Black with #6C444A
Text Example
Text Example
White with #6C444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C444A; }
p { color: rgb(108,68,74); }
H1.HeaderClassName
{
color: #6C444A;
}
.AnyTagClassName
{
color: #6C444A;
}
</style>
background-color css
<style>
a { background-color: #6C444A; }
a { background-color: rgb(108,68,74); }
div.DivClassName
{
background-color: #6C444A;
}
.BgClassName
{
background-color: #6C444A;
}
</style>
border-color css
<style>
span { border-color: #6C444A; }
span { border-color: rgb(108,68,74); }
td.TdClassName
{
border-color: #6C444A;
}
.TagClassName
{
border-color: #6C444A;
}
</style>