Shades of Tosca #634246
Tints of Tosca #634246
RGB
CMYK
RGB Variations
Color information
#634246 (or 0x634246) is known color: Tosca. HEX triplet: 63, 42 and 46. RGB value is (99,66,70). Sum of RGB (Red+Green+Blue) = 99+66+70=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #634246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634246 is #9CBDB9. Grayscale: #4C4C4C. Windows color (decimal): -10272186 or 4604515. OLE color: 4604515.
HSL color Cylindrical-coordinate representation of color #634246: hue angle of 352.73º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #634246 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 66 | 70 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.61 |
| HSL | 352.73º | 0.2% | 0.32% | - |
| HSV(B) | 352.73º | 0.33% | 0.39% | - |
| XYZ | 8.2 | 6.99 | 6.71 | - |
| YUV | 76.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 70 | 0 | 0.33 | 0.29 | 0.61 | 352.73 | 0.2 | 0.32 |
| Hex | 63 | 42 | 46 | 0 | 21 | 1D | 3D | 161 | 14 | 20 |
| Octal | 143 | 102 | 106 | 0 | 41 | 35 | 75 | 541 | 24 | 40 |
| Binary | 1100011 | 1000010 | 1000110 | 0 | 100001 | 11101 | 111101 | 101100001 | 10100 | 100000 |
Color Harmonies of #634246
Complementary color
Monochromatic Colors of #634246
Black with #634246
Text Example
Text Example
White with #634246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634246; }
p { color: rgb(99,66,70); }
H1.HeaderClassName
{
color: #634246;
}
.AnyTagClassName
{
color: #634246;
}
</style>
background-color css
<style>
a { background-color: #634246; }
a { background-color: rgb(99,66,70); }
div.DivClassName
{
background-color: #634246;
}
.BgClassName
{
background-color: #634246;
}
</style>
border-color css
<style>
span { border-color: #634246; }
span { border-color: rgb(99,66,70); }
td.TdClassName
{
border-color: #634246;
}
.TagClassName
{
border-color: #634246;
}
</style>