Shades of Tax Break #3F6363
Tints of Tax Break #3F6363
RGB
CMYK
RGB Variations
Color information
#3F6363 (or 0x3F6363) is known color: Tax Break. HEX triplet: 3F, 63 and 63. RGB value is (63,99,99). Sum of RGB (Red+Green+Blue) = 63+99+99=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #3F6363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6363 is #C09C9C. Grayscale: #585858. Windows color (decimal): -12623005 or 6513471. OLE color: 6513471.
HSL color Cylindrical-coordinate representation of color #3F6363: hue angle of 180º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F6363 is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 99 | - |
| CMYK | 0.36 | 0 | 0 | 0.61 |
| HSL | 180º | 0.22% | 0.32% | - |
| HSV(B) | 180º | 0.36% | 0.39% | - |
| XYZ | 8.76 | 10.88 | 13.44 | - |
| YUV | 88.24 | 134.07 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 99 | 0.36 | 0 | 0 | 0.61 | 180 | 0.22 | 0.32 |
| Hex | 3F | 63 | 63 | 24 | 0 | 0 | 3D | B4 | 16 | 20 |
| Octal | 77 | 143 | 143 | 44 | 0 | 0 | 75 | 264 | 26 | 40 |
| Binary | 111111 | 1100011 | 1100011 | 100100 | 0 | 0 | 111101 | 10110100 | 10110 | 100000 |
Color Harmonies of #3F6363
Complementary color
Monochromatic Colors of #3F6363
Black with #3F6363
Text Example
Text Example
White with #3F6363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6363; }
p { color: rgb(63,99,99); }
H1.HeaderClassName
{
color: #3F6363;
}
.AnyTagClassName
{
color: #3F6363;
}
</style>
background-color css
<style>
a { background-color: #3F6363; }
a { background-color: rgb(63,99,99); }
div.DivClassName
{
background-color: #3F6363;
}
.BgClassName
{
background-color: #3F6363;
}
</style>
border-color css
<style>
span { border-color: #3F6363; }
span { border-color: rgb(63,99,99); }
td.TdClassName
{
border-color: #3F6363;
}
.TagClassName
{
border-color: #3F6363;
}
</style>