Shades of Tosca #633D40
Tints of Tosca #633D40
RGB
CMYK
RGB Variations
Color information
#633D40 (or 0x633D40) is known color: Tosca. HEX triplet: 63, 3D and 40. RGB value is (99,61,64). Sum of RGB (Red+Green+Blue) = 99+61+64=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #633D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D40 is #9CC2BF. Grayscale: #484848. Windows color (decimal): -10273472 or 4210019. OLE color: 4210019.
HSL color Cylindrical-coordinate representation of color #633D40: hue angle of 355.26º 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 #633D40 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 64 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.61 |
| HSL | 355.26º | 0.24% | 0.31% | - |
| HSV(B) | 355.26º | 0.38% | 0.39% | - |
| XYZ | 7.74 | 6.36 | 5.67 | - |
| YUV | 72.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 64 | 0 | 0.38 | 0.35 | 0.61 | 355.26 | 0.24 | 0.31 |
| Hex | 63 | 3D | 40 | 0 | 26 | 23 | 3D | 163 | 18 | 1F |
| Octal | 143 | 75 | 100 | 0 | 46 | 43 | 75 | 543 | 30 | 37 |
| Binary | 1100011 | 111101 | 1000000 | 0 | 100110 | 100011 | 111101 | 101100011 | 11000 | 11111 |
Color Harmonies of #633D40
Complementary color
Monochromatic Colors of #633D40
Black with #633D40
Text Example
Text Example
White with #633D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D40; }
p { color: rgb(99,61,64); }
H1.HeaderClassName
{
color: #633D40;
}
.AnyTagClassName
{
color: #633D40;
}
</style>
background-color css
<style>
a { background-color: #633D40; }
a { background-color: rgb(99,61,64); }
div.DivClassName
{
background-color: #633D40;
}
.BgClassName
{
background-color: #633D40;
}
</style>
border-color css
<style>
span { border-color: #633D40; }
span { border-color: rgb(99,61,64); }
td.TdClassName
{
border-color: #633D40;
}
.TagClassName
{
border-color: #633D40;
}
</style>