Shades of Tax Break #3C6966
Tints of Tax Break #3C6966
RGB
CMYK
RGB Variations
Color information
#3C6966 (or 0x3C6966) is known color: Tax Break. HEX triplet: 3C, 69 and 66. RGB value is (60,105,102). Sum of RGB (Red+Green+Blue) = 60+105+102=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #3C6966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6966 is #C39699. Grayscale: #5B5B5B. Windows color (decimal): -12818074 or 6711612. OLE color: 6711612.
HSL color Cylindrical-coordinate representation of color #3C6966: hue angle of 176º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C6966 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 105 | 102 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.59 |
| HSL | 176º | 0.27% | 0.32% | - |
| HSV(B) | 176º | 0.43% | 0.41% | - |
| XYZ | 9.31 | 12.02 | 14.4 | - |
| YUV | 91.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 102 | 0.43 | 0 | 0.03 | 0.59 | 176 | 0.27 | 0.32 |
| Hex | 3C | 69 | 66 | 2B | 0 | 3 | 3B | B0 | 1B | 20 |
| Octal | 74 | 151 | 146 | 53 | 0 | 3 | 73 | 260 | 33 | 40 |
| Binary | 111100 | 1101001 | 1100110 | 101011 | 0 | 11 | 111011 | 10110000 | 11011 | 100000 |
Color Harmonies of #3C6966
Complementary color
Monochromatic Colors of #3C6966
Black with #3C6966
Text Example
Text Example
White with #3C6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6966; }
p { color: rgb(60,105,102); }
H1.HeaderClassName
{
color: #3C6966;
}
.AnyTagClassName
{
color: #3C6966;
}
</style>
background-color css
<style>
a { background-color: #3C6966; }
a { background-color: rgb(60,105,102); }
div.DivClassName
{
background-color: #3C6966;
}
.BgClassName
{
background-color: #3C6966;
}
</style>
border-color css
<style>
span { border-color: #3C6966; }
span { border-color: rgb(60,105,102); }
td.TdClassName
{
border-color: #3C6966;
}
.TagClassName
{
border-color: #3C6966;
}
</style>