Shades of Tosca #6F434C
Tints of Tosca #6F434C
RGB
CMYK
RGB Variations
Color information
#6F434C (or 0x6F434C) is known color: Tosca. HEX triplet: 6F, 43 and 4C. RGB value is (111,67,76). Sum of RGB (Red+Green+Blue) = 111+67+76=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F434C is #90BCB3. Grayscale: #515151. Windows color (decimal): -9485492 or 4997999. OLE color: 4997999.
HSL color Cylindrical-coordinate representation of color #6F434C: hue angle of 347.73º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F434C is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 76 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.56 |
| HSL | 347.73º | 0.25% | 0.35% | - |
| HSV(B) | 347.73º | 0.4% | 0.44% | - |
| XYZ | 9.87 | 7.92 | 7.85 | - |
| YUV | 81.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 76 | 0 | 0.40 | 0.32 | 0.56 | 347.73 | 0.25 | 0.35 |
| Hex | 6F | 43 | 4C | 0 | 28 | 20 | 38 | 15C | 19 | 23 |
| Octal | 157 | 103 | 114 | 0 | 50 | 40 | 70 | 534 | 31 | 43 |
| Binary | 1101111 | 1000011 | 1001100 | 0 | 101000 | 100000 | 111000 | 101011100 | 11001 | 100011 |
Color Harmonies of #6F434C
Complementary color
Monochromatic Colors of #6F434C
Black with #6F434C
Text Example
Text Example
White with #6F434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F434C; }
p { color: rgb(111,67,76); }
H1.HeaderClassName
{
color: #6F434C;
}
.AnyTagClassName
{
color: #6F434C;
}
</style>
background-color css
<style>
a { background-color: #6F434C; }
a { background-color: rgb(111,67,76); }
div.DivClassName
{
background-color: #6F434C;
}
.BgClassName
{
background-color: #6F434C;
}
</style>
border-color css
<style>
span { border-color: #6F434C; }
span { border-color: rgb(111,67,76); }
td.TdClassName
{
border-color: #6F434C;
}
.TagClassName
{
border-color: #6F434C;
}
</style>