Shades of Tosca #6B4145
Tints of Tosca #6B4145
RGB
CMYK
RGB Variations
Color information
#6B4145 (or 0x6B4145) is known color: Tosca. HEX triplet: 6B, 41 and 45. RGB value is (107,65,69). Sum of RGB (Red+Green+Blue) = 107+65+69=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4145 is #94BEBA. Grayscale: #4E4E4E. Windows color (decimal): -9748155 or 4538731. OLE color: 4538731.
HSL color Cylindrical-coordinate representation of color #6B4145: hue angle of 354.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B4145 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 65 | 69 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.58 |
| HSL | 354.29º | 0.24% | 0.34% | - |
| HSV(B) | 354.29º | 0.39% | 0.42% | - |
| XYZ | 9.03 | 7.34 | 6.57 | - |
| YUV | 78.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 69 | 0 | 0.39 | 0.36 | 0.58 | 354.29 | 0.24 | 0.34 |
| Hex | 6B | 41 | 45 | 0 | 27 | 24 | 3A | 162 | 18 | 22 |
| Octal | 153 | 101 | 105 | 0 | 47 | 44 | 72 | 542 | 30 | 42 |
| Binary | 1101011 | 1000001 | 1000101 | 0 | 100111 | 100100 | 111010 | 101100010 | 11000 | 100010 |
Color Harmonies of #6B4145
Complementary color
Monochromatic Colors of #6B4145
Black with #6B4145
Text Example
Text Example
White with #6B4145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4145; }
p { color: rgb(107,65,69); }
H1.HeaderClassName
{
color: #6B4145;
}
.AnyTagClassName
{
color: #6B4145;
}
</style>
background-color css
<style>
a { background-color: #6B4145; }
a { background-color: rgb(107,65,69); }
div.DivClassName
{
background-color: #6B4145;
}
.BgClassName
{
background-color: #6B4145;
}
</style>
border-color css
<style>
span { border-color: #6B4145; }
span { border-color: rgb(107,65,69); }
td.TdClassName
{
border-color: #6B4145;
}
.TagClassName
{
border-color: #6B4145;
}
</style>