Shades of Tax Break #3E6163
Tints of Tax Break #3E6163
RGB
CMYK
RGB Variations
Color information
#3E6163 (or 0x3E6163) is known color: Tax Break. HEX triplet: 3E, 61 and 63. RGB value is (62,97,99). Sum of RGB (Red+Green+Blue) = 62+97+99=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E6163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6163 is #C19E9C. Grayscale: #565656. Windows color (decimal): -12689053 or 6512958. OLE color: 6512958.
HSL color Cylindrical-coordinate representation of color #3E6163: hue angle of 183.24º 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 #3E6163 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 97 | 99 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.61 |
| HSL | 183.24º | 0.23% | 0.32% | - |
| HSV(B) | 183.24º | 0.37% | 0.39% | - |
| XYZ | 8.51 | 10.47 | 13.38 | - |
| YUV | 86.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 99 | 0.37 | 0.02 | 0 | 0.61 | 183.24 | 0.23 | 0.32 |
| Hex | 3E | 61 | 63 | 25 | 2 | 0 | 3D | B7 | 17 | 20 |
| Octal | 76 | 141 | 143 | 45 | 2 | 0 | 75 | 267 | 27 | 40 |
| Binary | 111110 | 1100001 | 1100011 | 100101 | 10 | 0 | 111101 | 10110111 | 10111 | 100000 |
Color Harmonies of #3E6163
Complementary color
Monochromatic Colors of #3E6163
Black with #3E6163
Text Example
Text Example
White with #3E6163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6163; }
p { color: rgb(62,97,99); }
H1.HeaderClassName
{
color: #3E6163;
}
.AnyTagClassName
{
color: #3E6163;
}
</style>
background-color css
<style>
a { background-color: #3E6163; }
a { background-color: rgb(62,97,99); }
div.DivClassName
{
background-color: #3E6163;
}
.BgClassName
{
background-color: #3E6163;
}
</style>
border-color css
<style>
span { border-color: #3E6163; }
span { border-color: rgb(62,97,99); }
td.TdClassName
{
border-color: #3E6163;
}
.TagClassName
{
border-color: #3E6163;
}
</style>