Shades of Tosca #6F4B4C
Tints of Tosca #6F4B4C
RGB
CMYK
RGB Variations
Color information
#6F4B4C (or 0x6F4B4C) is known color: Tosca. HEX triplet: 6F, 4B and 4C. RGB value is (111,75,76). Sum of RGB (Red+Green+Blue) = 111+75+76=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4B4C is #90B4B3. Grayscale: #555555. Windows color (decimal): -9483444 or 5000047. OLE color: 5000047.
HSL color Cylindrical-coordinate representation of color #6F4B4C: hue angle of 358.33º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4B4C is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 75 | 76 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.56 |
| HSL | 358.33º | 0.19% | 0.36% | - |
| HSV(B) | 358.33º | 0.32% | 0.44% | - |
| XYZ | 10.38 | 8.93 | 8.01 | - |
| YUV | 85.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 76 | 0 | 0.32 | 0.32 | 0.56 | 358.33 | 0.19 | 0.36 |
| Hex | 6F | 4B | 4C | 0 | 20 | 20 | 38 | 166 | 13 | 24 |
| Octal | 157 | 113 | 114 | 0 | 40 | 40 | 70 | 546 | 23 | 44 |
| Binary | 1101111 | 1001011 | 1001100 | 0 | 100000 | 100000 | 111000 | 101100110 | 10011 | 100100 |
Color Harmonies of #6F4B4C
Complementary color
Monochromatic Colors of #6F4B4C
Black with #6F4B4C
Text Example
Text Example
White with #6F4B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B4C; }
p { color: rgb(111,75,76); }
H1.HeaderClassName
{
color: #6F4B4C;
}
.AnyTagClassName
{
color: #6F4B4C;
}
</style>
background-color css
<style>
a { background-color: #6F4B4C; }
a { background-color: rgb(111,75,76); }
div.DivClassName
{
background-color: #6F4B4C;
}
.BgClassName
{
background-color: #6F4B4C;
}
</style>
border-color css
<style>
span { border-color: #6F4B4C; }
span { border-color: rgb(111,75,76); }
td.TdClassName
{
border-color: #6F4B4C;
}
.TagClassName
{
border-color: #6F4B4C;
}
</style>