Shades of Tosca #633E3F
Tints of Tosca #633E3F
RGB
CMYK
RGB Variations
Color information
#633E3F (or 0x633E3F) is known color: Tosca. HEX triplet: 63, 3E and 3F. RGB value is (99,62,63). Sum of RGB (Red+Green+Blue) = 99+62+63=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #633E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633E3F is #9CC1C0. Grayscale: #494949. Windows color (decimal): -10273217 or 4144739. OLE color: 4144739.
HSL color Cylindrical-coordinate representation of color #633E3F: hue angle of 358.38º 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 #633E3F is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 62 | 63 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.61 |
| HSL | 358.38º | 0.23% | 0.32% | - |
| HSV(B) | 358.38º | 0.37% | 0.39% | - |
| XYZ | 7.77 | 6.46 | 5.54 | - |
| YUV | 73.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 63 | 0 | 0.37 | 0.36 | 0.61 | 358.38 | 0.23 | 0.32 |
| Hex | 63 | 3E | 3F | 0 | 25 | 24 | 3D | 166 | 17 | 20 |
| Octal | 143 | 76 | 77 | 0 | 45 | 44 | 75 | 546 | 27 | 40 |
| Binary | 1100011 | 111110 | 111111 | 0 | 100101 | 100100 | 111101 | 101100110 | 10111 | 100000 |
Color Harmonies of #633E3F
Complementary color
Monochromatic Colors of #633E3F
Black with #633E3F
Text Example
Text Example
White with #633E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633E3F; }
p { color: rgb(99,62,63); }
H1.HeaderClassName
{
color: #633E3F;
}
.AnyTagClassName
{
color: #633E3F;
}
</style>
background-color css
<style>
a { background-color: #633E3F; }
a { background-color: rgb(99,62,63); }
div.DivClassName
{
background-color: #633E3F;
}
.BgClassName
{
background-color: #633E3F;
}
</style>
border-color css
<style>
span { border-color: #633E3F; }
span { border-color: rgb(99,62,63); }
td.TdClassName
{
border-color: #633E3F;
}
.TagClassName
{
border-color: #633E3F;
}
</style>