Shades of Tosca #633F40
Tints of Tosca #633F40
RGB
CMYK
RGB Variations
Color information
#633F40 (or 0x633F40) is known color: Tosca. HEX triplet: 63, 3F and 40. RGB value is (99,63,64). Sum of RGB (Red+Green+Blue) = 99+63+64=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #633F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633F40 is #9CC0BF. Grayscale: #494949. Windows color (decimal): -10272960 or 4210531. OLE color: 4210531.
HSL color Cylindrical-coordinate representation of color #633F40: hue angle of 358.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #633F40 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 63 | 64 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.61 |
| HSL | 358.33º | 0.22% | 0.32% | - |
| HSV(B) | 358.33º | 0.36% | 0.39% | - |
| XYZ | 7.85 | 6.58 | 5.71 | - |
| YUV | 73.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 63 | 64 | 0 | 0.36 | 0.35 | 0.61 | 358.33 | 0.22 | 0.32 |
| Hex | 63 | 3F | 40 | 0 | 24 | 23 | 3D | 166 | 16 | 20 |
| Octal | 143 | 77 | 100 | 0 | 44 | 43 | 75 | 546 | 26 | 40 |
| Binary | 1100011 | 111111 | 1000000 | 0 | 100100 | 100011 | 111101 | 101100110 | 10110 | 100000 |
Color Harmonies of #633F40
Complementary color
Monochromatic Colors of #633F40
Black with #633F40
Text Example
Text Example
White with #633F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633F40; }
p { color: rgb(99,63,64); }
H1.HeaderClassName
{
color: #633F40;
}
.AnyTagClassName
{
color: #633F40;
}
</style>
background-color css
<style>
a { background-color: #633F40; }
a { background-color: rgb(99,63,64); }
div.DivClassName
{
background-color: #633F40;
}
.BgClassName
{
background-color: #633F40;
}
</style>
border-color css
<style>
span { border-color: #633F40; }
span { border-color: rgb(99,63,64); }
td.TdClassName
{
border-color: #633F40;
}
.TagClassName
{
border-color: #633F40;
}
</style>