Shades of Tosca #6C474B
Tints of Tosca #6C474B
RGB
CMYK
RGB Variations
Color information
#6C474B (or 0x6C474B) is known color: Tosca. HEX triplet: 6C, 47 and 4B. RGB value is (108,71,75). Sum of RGB (Red+Green+Blue) = 108+71+75=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 108 - color contains mainly: red. Hex color #6C474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C474B is #93B8B4. Grayscale: #525252. Windows color (decimal): -9681077 or 4933484. OLE color: 4933484.
HSL color Cylindrical-coordinate representation of color #6C474B: hue angle of 353.51º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C474B is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 71 | 75 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.58 |
| HSL | 353.51º | 0.21% | 0.35% | - |
| HSV(B) | 353.51º | 0.34% | 0.42% | - |
| XYZ | 9.71 | 8.2 | 7.73 | - |
| YUV | 82.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 75 | 0 | 0.34 | 0.31 | 0.58 | 353.51 | 0.21 | 0.35 |
| Hex | 6C | 47 | 4B | 0 | 22 | 1F | 3A | 162 | 15 | 23 |
| Octal | 154 | 107 | 113 | 0 | 42 | 37 | 72 | 542 | 25 | 43 |
| Binary | 1101100 | 1000111 | 1001011 | 0 | 100010 | 11111 | 111010 | 101100010 | 10101 | 100011 |
Color Harmonies of #6C474B
Complementary color
Monochromatic Colors of #6C474B
Black with #6C474B
Text Example
Text Example
White with #6C474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C474B; }
p { color: rgb(108,71,75); }
H1.HeaderClassName
{
color: #6C474B;
}
.AnyTagClassName
{
color: #6C474B;
}
</style>
background-color css
<style>
a { background-color: #6C474B; }
a { background-color: rgb(108,71,75); }
div.DivClassName
{
background-color: #6C474B;
}
.BgClassName
{
background-color: #6C474B;
}
</style>
border-color css
<style>
span { border-color: #6C474B; }
span { border-color: rgb(108,71,75); }
td.TdClassName
{
border-color: #6C474B;
}
.TagClassName
{
border-color: #6C474B;
}
</style>