Shades of Tosca #6B444B
Tints of Tosca #6B444B
RGB
CMYK
RGB Variations
Color information
#6B444B (or 0x6B444B) is known color: Tosca. HEX triplet: 6B, 44 and 4B. RGB value is (107,68,75). Sum of RGB (Red+Green+Blue) = 107+68+75=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B444B is #94BBB4. Grayscale: #505050. Windows color (decimal): -9747381 or 4932715. OLE color: 4932715.
HSL color Cylindrical-coordinate representation of color #6B444B: hue angle of 349.23º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B444B is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 68 | 75 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.58 |
| HSL | 349.23º | 0.22% | 0.34% | - |
| HSV(B) | 349.23º | 0.36% | 0.42% | - |
| XYZ | 9.4 | 7.77 | 7.66 | - |
| YUV | 80.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 75 | 0 | 0.36 | 0.30 | 0.58 | 349.23 | 0.22 | 0.34 |
| Hex | 6B | 44 | 4B | 0 | 24 | 1E | 3A | 15D | 16 | 22 |
| Octal | 153 | 104 | 113 | 0 | 44 | 36 | 72 | 535 | 26 | 42 |
| Binary | 1101011 | 1000100 | 1001011 | 0 | 100100 | 11110 | 111010 | 101011101 | 10110 | 100010 |
Color Harmonies of #6B444B
Complementary color
Monochromatic Colors of #6B444B
Black with #6B444B
Text Example
Text Example
White with #6B444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B444B; }
p { color: rgb(107,68,75); }
H1.HeaderClassName
{
color: #6B444B;
}
.AnyTagClassName
{
color: #6B444B;
}
</style>
background-color css
<style>
a { background-color: #6B444B; }
a { background-color: rgb(107,68,75); }
div.DivClassName
{
background-color: #6B444B;
}
.BgClassName
{
background-color: #6B444B;
}
</style>
border-color css
<style>
span { border-color: #6B444B; }
span { border-color: rgb(107,68,75); }
td.TdClassName
{
border-color: #6B444B;
}
.TagClassName
{
border-color: #6B444B;
}
</style>