Shades of Tosca #633E40
Tints of Tosca #633E40
RGB
CMYK
RGB Variations
Color information
#633E40 (or 0x633E40) is known color: Tosca. HEX triplet: 63, 3E and 40. RGB value is (99,62,64). Sum of RGB (Red+Green+Blue) = 99+62+64=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #633E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633E40 is #9CC1BF. Grayscale: #494949. Windows color (decimal): -10273216 or 4210275. OLE color: 4210275.
HSL color Cylindrical-coordinate representation of color #633E40: hue angle of 356.76º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #633E40 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 62 | 64 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.61 |
| HSL | 356.76º | 0.23% | 0.32% | - |
| HSV(B) | 356.76º | 0.37% | 0.39% | - |
| XYZ | 7.79 | 6.47 | 5.69 | - |
| YUV | 73.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 64 | 0 | 0.37 | 0.35 | 0.61 | 356.76 | 0.23 | 0.32 |
| Hex | 63 | 3E | 40 | 0 | 25 | 23 | 3D | 165 | 17 | 20 |
| Octal | 143 | 76 | 100 | 0 | 45 | 43 | 75 | 545 | 27 | 40 |
| Binary | 1100011 | 111110 | 1000000 | 0 | 100101 | 100011 | 111101 | 101100101 | 10111 | 100000 |
Color Harmonies of #633E40
Complementary color
Monochromatic Colors of #633E40
Black with #633E40
Text Example
Text Example
White with #633E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633E40; }
p { color: rgb(99,62,64); }
H1.HeaderClassName
{
color: #633E40;
}
.AnyTagClassName
{
color: #633E40;
}
</style>
background-color css
<style>
a { background-color: #633E40; }
a { background-color: rgb(99,62,64); }
div.DivClassName
{
background-color: #633E40;
}
.BgClassName
{
background-color: #633E40;
}
</style>
border-color css
<style>
span { border-color: #633E40; }
span { border-color: rgb(99,62,64); }
td.TdClassName
{
border-color: #633E40;
}
.TagClassName
{
border-color: #633E40;
}
</style>