Shades of Tosca #623C3F
Tints of Tosca #623C3F
RGB
CMYK
RGB Variations
Color information
#623C3F (or 0x623C3F) is known color: Tosca. HEX triplet: 62, 3C and 3F. RGB value is (98,60,63). Sum of RGB (Red+Green+Blue) = 98+60+63=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #623C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623C3F is #9DC3C0. Grayscale: #474747. Windows color (decimal): -10339265 or 4144226. OLE color: 4144226.
HSL color Cylindrical-coordinate representation of color #623C3F: hue angle of 355.26º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #623C3F is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 60 | 63 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.62 |
| HSL | 355.26º | 0.24% | 0.31% | - |
| HSV(B) | 355.26º | 0.39% | 0.38% | - |
| XYZ | 7.55 | 6.19 | 5.5 | - |
| YUV | 71.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 60 | 63 | 0 | 0.39 | 0.36 | 0.62 | 355.26 | 0.24 | 0.31 |
| Hex | 62 | 3C | 3F | 0 | 27 | 24 | 3E | 163 | 18 | 1F |
| Octal | 142 | 74 | 77 | 0 | 47 | 44 | 76 | 543 | 30 | 37 |
| Binary | 1100010 | 111100 | 111111 | 0 | 100111 | 100100 | 111110 | 101100011 | 11000 | 11111 |
Color Harmonies of #623C3F
Complementary color
Monochromatic Colors of #623C3F
Black with #623C3F
Text Example
Text Example
White with #623C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623C3F; }
p { color: rgb(98,60,63); }
H1.HeaderClassName
{
color: #623C3F;
}
.AnyTagClassName
{
color: #623C3F;
}
</style>
background-color css
<style>
a { background-color: #623C3F; }
a { background-color: rgb(98,60,63); }
div.DivClassName
{
background-color: #623C3F;
}
.BgClassName
{
background-color: #623C3F;
}
</style>
border-color css
<style>
span { border-color: #623C3F; }
span { border-color: rgb(98,60,63); }
td.TdClassName
{
border-color: #623C3F;
}
.TagClassName
{
border-color: #623C3F;
}
</style>