Shades of Tosca #623D3E
Tints of Tosca #623D3E
RGB
CMYK
RGB Variations
Color information
#623D3E (or 0x623D3E) is known color: Tosca. HEX triplet: 62, 3D and 3E. RGB value is (98,61,62). Sum of RGB (Red+Green+Blue) = 98+61+62=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #623D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623D3E is #9DC2C1. Grayscale: #484848. Windows color (decimal): -10339010 or 4078946. OLE color: 4078946.
HSL color Cylindrical-coordinate representation of color #623D3E: hue angle of 358.38º 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 #623D3E is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 61 | 62 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.62 |
| HSL | 358.38º | 0.23% | 0.31% | - |
| HSV(B) | 358.38º | 0.38% | 0.38% | - |
| XYZ | 7.58 | 6.28 | 5.37 | - |
| YUV | 72.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 62 | 0 | 0.38 | 0.37 | 0.62 | 358.38 | 0.23 | 0.31 |
| Hex | 62 | 3D | 3E | 0 | 26 | 25 | 3E | 166 | 17 | 1F |
| Octal | 142 | 75 | 76 | 0 | 46 | 45 | 76 | 546 | 27 | 37 |
| Binary | 1100010 | 111101 | 111110 | 0 | 100110 | 100101 | 111110 | 101100110 | 10111 | 11111 |
Color Harmonies of #623D3E
Complementary color
Monochromatic Colors of #623D3E
Black with #623D3E
Text Example
Text Example
White with #623D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623D3E; }
p { color: rgb(98,61,62); }
H1.HeaderClassName
{
color: #623D3E;
}
.AnyTagClassName
{
color: #623D3E;
}
</style>
background-color css
<style>
a { background-color: #623D3E; }
a { background-color: rgb(98,61,62); }
div.DivClassName
{
background-color: #623D3E;
}
.BgClassName
{
background-color: #623D3E;
}
</style>
border-color css
<style>
span { border-color: #623D3E; }
span { border-color: rgb(98,61,62); }
td.TdClassName
{
border-color: #623D3E;
}
.TagClassName
{
border-color: #623D3E;
}
</style>