Shades of Tosca #633D41
Tints of Tosca #633D41
RGB
CMYK
RGB Variations
Color information
#633D41 (or 0x633D41) is known color: Tosca. HEX triplet: 63, 3D and 41. RGB value is (99,61,65). Sum of RGB (Red+Green+Blue) = 99+61+65=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #633D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D41 is #9CC2BE. Grayscale: #484848. Windows color (decimal): -10273471 or 4275555. OLE color: 4275555.
HSL color Cylindrical-coordinate representation of color #633D41: hue angle of 353.68º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #633D41 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 65 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.61 |
| HSL | 353.68º | 0.24% | 0.31% | - |
| HSV(B) | 353.68º | 0.38% | 0.39% | - |
| XYZ | 7.77 | 6.37 | 5.82 | - |
| YUV | 72.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 65 | 0 | 0.38 | 0.34 | 0.61 | 353.68 | 0.24 | 0.31 |
| Hex | 63 | 3D | 41 | 0 | 26 | 22 | 3D | 162 | 18 | 1F |
| Octal | 143 | 75 | 101 | 0 | 46 | 42 | 75 | 542 | 30 | 37 |
| Binary | 1100011 | 111101 | 1000001 | 0 | 100110 | 100010 | 111101 | 101100010 | 11000 | 11111 |
Color Harmonies of #633D41
Complementary color
Monochromatic Colors of #633D41
Black with #633D41
Text Example
Text Example
White with #633D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D41; }
p { color: rgb(99,61,65); }
H1.HeaderClassName
{
color: #633D41;
}
.AnyTagClassName
{
color: #633D41;
}
</style>
background-color css
<style>
a { background-color: #633D41; }
a { background-color: rgb(99,61,65); }
div.DivClassName
{
background-color: #633D41;
}
.BgClassName
{
background-color: #633D41;
}
</style>
border-color css
<style>
span { border-color: #633D41; }
span { border-color: rgb(99,61,65); }
td.TdClassName
{
border-color: #633D41;
}
.TagClassName
{
border-color: #633D41;
}
</style>