Shades of Tosca #6D434B
Tints of Tosca #6D434B
RGB
CMYK
RGB Variations
Color information
#6D434B (or 0x6D434B) is known color: Tosca. HEX triplet: 6D, 43 and 4B. RGB value is (109,67,75). Sum of RGB (Red+Green+Blue) = 109+67+75=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 109 - color contains mainly: red. Hex color #6D434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D434B is #92BCB4. Grayscale: #505050. Windows color (decimal): -9616565 or 4932461. OLE color: 4932461.
HSL color Cylindrical-coordinate representation of color #6D434B: hue angle of 348.57º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D434B is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 67 | 75 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.57 |
| HSL | 348.57º | 0.24% | 0.35% | - |
| HSV(B) | 348.57º | 0.39% | 0.43% | - |
| XYZ | 9.58 | 7.77 | 7.65 | - |
| YUV | 80.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 75 | 0 | 0.39 | 0.31 | 0.57 | 348.57 | 0.24 | 0.35 |
| Hex | 6D | 43 | 4B | 0 | 27 | 1F | 39 | 15D | 18 | 23 |
| Octal | 155 | 103 | 113 | 0 | 47 | 37 | 71 | 535 | 30 | 43 |
| Binary | 1101101 | 1000011 | 1001011 | 0 | 100111 | 11111 | 111001 | 101011101 | 11000 | 100011 |
Color Harmonies of #6D434B
Complementary color
Monochromatic Colors of #6D434B
Black with #6D434B
Text Example
Text Example
White with #6D434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D434B; }
p { color: rgb(109,67,75); }
H1.HeaderClassName
{
color: #6D434B;
}
.AnyTagClassName
{
color: #6D434B;
}
</style>
background-color css
<style>
a { background-color: #6D434B; }
a { background-color: rgb(109,67,75); }
div.DivClassName
{
background-color: #6D434B;
}
.BgClassName
{
background-color: #6D434B;
}
</style>
border-color css
<style>
span { border-color: #6D434B; }
span { border-color: rgb(109,67,75); }
td.TdClassName
{
border-color: #6D434B;
}
.TagClassName
{
border-color: #6D434B;
}
</style>