Shades of Tosca #6B4045
Tints of Tosca #6B4045
RGB
CMYK
RGB Variations
Color information
#6B4045 (or 0x6B4045) is known color: Tosca. HEX triplet: 6B, 40 and 45. RGB value is (107,64,69). Sum of RGB (Red+Green+Blue) = 107+64+69=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4045 is #94BFBA. Grayscale: #4D4D4D. Windows color (decimal): -9748411 or 4538475. OLE color: 4538475.
HSL color Cylindrical-coordinate representation of color #6B4045: hue angle of 353.02º 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 #6B4045 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 69 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.58 |
| HSL | 353.02º | 0.25% | 0.34% | - |
| HSV(B) | 353.02º | 0.4% | 0.42% | - |
| XYZ | 8.97 | 7.22 | 6.55 | - |
| YUV | 77.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 69 | 0 | 0.40 | 0.36 | 0.58 | 353.02 | 0.25 | 0.34 |
| Hex | 6B | 40 | 45 | 0 | 28 | 24 | 3A | 161 | 19 | 22 |
| Octal | 153 | 100 | 105 | 0 | 50 | 44 | 72 | 541 | 31 | 42 |
| Binary | 1101011 | 1000000 | 1000101 | 0 | 101000 | 100100 | 111010 | 101100001 | 11001 | 100010 |
Color Harmonies of #6B4045
Complementary color
Monochromatic Colors of #6B4045
Black with #6B4045
Text Example
Text Example
White with #6B4045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4045; }
p { color: rgb(107,64,69); }
H1.HeaderClassName
{
color: #6B4045;
}
.AnyTagClassName
{
color: #6B4045;
}
</style>
background-color css
<style>
a { background-color: #6B4045; }
a { background-color: rgb(107,64,69); }
div.DivClassName
{
background-color: #6B4045;
}
.BgClassName
{
background-color: #6B4045;
}
</style>
border-color css
<style>
span { border-color: #6B4045; }
span { border-color: rgb(107,64,69); }
td.TdClassName
{
border-color: #6B4045;
}
.TagClassName
{
border-color: #6B4045;
}
</style>