Shades of Tosca #623D40
Tints of Tosca #623D40
RGB
CMYK
RGB Variations
Color information
#623D40 (or 0x623D40) is known color: Tosca. HEX triplet: 62, 3D and 40. RGB value is (98,61,64). Sum of RGB (Red+Green+Blue) = 98+61+64=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #623D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623D40 is #9DC2BF. Grayscale: #484848. Windows color (decimal): -10339008 or 4210018. OLE color: 4210018.
HSL color Cylindrical-coordinate representation of color #623D40: hue angle of 355.14º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #623D40 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 61 | 64 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.62 |
| HSL | 355.14º | 0.23% | 0.31% | - |
| HSV(B) | 355.14º | 0.38% | 0.38% | - |
| XYZ | 7.63 | 6.3 | 5.67 | - |
| YUV | 72.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 64 | 0 | 0.38 | 0.35 | 0.62 | 355.14 | 0.23 | 0.31 |
| Hex | 62 | 3D | 40 | 0 | 26 | 23 | 3E | 163 | 17 | 1F |
| Octal | 142 | 75 | 100 | 0 | 46 | 43 | 76 | 543 | 27 | 37 |
| Binary | 1100010 | 111101 | 1000000 | 0 | 100110 | 100011 | 111110 | 101100011 | 10111 | 11111 |
Color Harmonies of #623D40
Complementary color
Monochromatic Colors of #623D40
Black with #623D40
Text Example
Text Example
White with #623D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623D40; }
p { color: rgb(98,61,64); }
H1.HeaderClassName
{
color: #623D40;
}
.AnyTagClassName
{
color: #623D40;
}
</style>
background-color css
<style>
a { background-color: #623D40; }
a { background-color: rgb(98,61,64); }
div.DivClassName
{
background-color: #623D40;
}
.BgClassName
{
background-color: #623D40;
}
</style>
border-color css
<style>
span { border-color: #623D40; }
span { border-color: rgb(98,61,64); }
td.TdClassName
{
border-color: #623D40;
}
.TagClassName
{
border-color: #623D40;
}
</style>