Shades of Tosca #6B4B4C
Tints of Tosca #6B4B4C
RGB
CMYK
RGB Variations
Color information
#6B4B4C (or 0x6B4B4C) is known color: Tosca. HEX triplet: 6B, 4B and 4C. RGB value is (107,75,76). Sum of RGB (Red+Green+Blue) = 107+75+76=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4B4C is #94B4B3. Grayscale: #545454. Windows color (decimal): -9745588 or 5000043. OLE color: 5000043.
HSL color Cylindrical-coordinate representation of color #6B4B4C: hue angle of 358.12º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B4B4C is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 75 | 76 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.58 |
| HSL | 358.13º | 0.18% | 0.36% | - |
| HSV(B) | 358.13º | 0.3% | 0.42% | - |
| XYZ | 9.88 | 8.68 | 7.99 | - |
| YUV | 84.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 75 | 76 | 0 | 0.30 | 0.29 | 0.58 | 358.13 | 0.18 | 0.36 |
| Hex | 6B | 4B | 4C | 0 | 1E | 1D | 3A | 166 | 12 | 24 |
| Octal | 153 | 113 | 114 | 0 | 36 | 35 | 72 | 546 | 22 | 44 |
| Binary | 1101011 | 1001011 | 1001100 | 0 | 11110 | 11101 | 111010 | 101100110 | 10010 | 100100 |
Color Harmonies of #6B4B4C
Complementary color
Monochromatic Colors of #6B4B4C
Black with #6B4B4C
Text Example
Text Example
White with #6B4B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4B4C; }
p { color: rgb(107,75,76); }
H1.HeaderClassName
{
color: #6B4B4C;
}
.AnyTagClassName
{
color: #6B4B4C;
}
</style>
background-color css
<style>
a { background-color: #6B4B4C; }
a { background-color: rgb(107,75,76); }
div.DivClassName
{
background-color: #6B4B4C;
}
.BgClassName
{
background-color: #6B4B4C;
}
</style>
border-color css
<style>
span { border-color: #6B4B4C; }
span { border-color: rgb(107,75,76); }
td.TdClassName
{
border-color: #6B4B4C;
}
.TagClassName
{
border-color: #6B4B4C;
}
</style>