Shades of Tosca #6B4047
Tints of Tosca #6B4047
RGB
CMYK
RGB Variations
Color information
#6B4047 (or 0x6B4047) is known color: Tosca. HEX triplet: 6B, 40 and 47. RGB value is (107,64,71). Sum of RGB (Red+Green+Blue) = 107+64+71=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4047 is #94BFB8. Grayscale: #4D4D4D. Windows color (decimal): -9748409 or 4669547. OLE color: 4669547.
HSL color Cylindrical-coordinate representation of color #6B4047: hue angle of 350.23º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B4047 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 71 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.58 |
| HSL | 350.23º | 0.25% | 0.34% | - |
| HSV(B) | 350.23º | 0.4% | 0.42% | - |
| XYZ | 9.03 | 7.25 | 6.88 | - |
| YUV | 77.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 71 | 0 | 0.40 | 0.34 | 0.58 | 350.23 | 0.25 | 0.34 |
| Hex | 6B | 40 | 47 | 0 | 28 | 22 | 3A | 15E | 19 | 22 |
| Octal | 153 | 100 | 107 | 0 | 50 | 42 | 72 | 536 | 31 | 42 |
| Binary | 1101011 | 1000000 | 1000111 | 0 | 101000 | 100010 | 111010 | 101011110 | 11001 | 100010 |
Color Harmonies of #6B4047
Complementary color
Monochromatic Colors of #6B4047
Black with #6B4047
Text Example
Text Example
White with #6B4047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4047; }
p { color: rgb(107,64,71); }
H1.HeaderClassName
{
color: #6B4047;
}
.AnyTagClassName
{
color: #6B4047;
}
</style>
background-color css
<style>
a { background-color: #6B4047; }
a { background-color: rgb(107,64,71); }
div.DivClassName
{
background-color: #6B4047;
}
.BgClassName
{
background-color: #6B4047;
}
</style>
border-color css
<style>
span { border-color: #6B4047; }
span { border-color: rgb(107,64,71); }
td.TdClassName
{
border-color: #6B4047;
}
.TagClassName
{
border-color: #6B4047;
}
</style>