Shades of Tosca #6C4B4C
Tints of Tosca #6C4B4C
RGB
CMYK
RGB Variations
Color information
#6C4B4C (or 0x6C4B4C) is known color: Tosca. HEX triplet: 6C, 4B and 4C. RGB value is (108,75,76). Sum of RGB (Red+Green+Blue) = 108+75+76=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4B4C is #93B4B3. Grayscale: #555555. Windows color (decimal): -9680052 or 5000044. OLE color: 5000044.
HSL color Cylindrical-coordinate representation of color #6C4B4C: hue angle of 358.18º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C4B4C is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 75 | 76 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.58 |
| HSL | 358.18º | 0.18% | 0.36% | - |
| HSV(B) | 358.18º | 0.31% | 0.42% | - |
| XYZ | 10 | 8.74 | 8 | - |
| YUV | 84.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 75 | 76 | 0 | 0.31 | 0.30 | 0.58 | 358.18 | 0.18 | 0.36 |
| Hex | 6C | 4B | 4C | 0 | 1F | 1E | 3A | 166 | 12 | 24 |
| Octal | 154 | 113 | 114 | 0 | 37 | 36 | 72 | 546 | 22 | 44 |
| Binary | 1101100 | 1001011 | 1001100 | 0 | 11111 | 11110 | 111010 | 101100110 | 10010 | 100100 |
Color Harmonies of #6C4B4C
Complementary color
Monochromatic Colors of #6C4B4C
Black with #6C4B4C
Text Example
Text Example
White with #6C4B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4B4C; }
p { color: rgb(108,75,76); }
H1.HeaderClassName
{
color: #6C4B4C;
}
.AnyTagClassName
{
color: #6C4B4C;
}
</style>
background-color css
<style>
a { background-color: #6C4B4C; }
a { background-color: rgb(108,75,76); }
div.DivClassName
{
background-color: #6C4B4C;
}
.BgClassName
{
background-color: #6C4B4C;
}
</style>
border-color css
<style>
span { border-color: #6C4B4C; }
span { border-color: rgb(108,75,76); }
td.TdClassName
{
border-color: #6C4B4C;
}
.TagClassName
{
border-color: #6C4B4C;
}
</style>