Shades of Tax Break #336666
Tints of Tax Break #336666
RGB
CMYK
RGB Variations
Color information
#336666 (or 0x336666) is known color: Tax Break. HEX triplet: 33, 66 and 66. RGB value is (51,102,102). Sum of RGB (Red+Green+Blue) = 51+102+102=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #336666 is a web safe color. Inversed color of #336666 is #CC9999. Grayscale: #565656. Windows color (decimal): -13408666 or 6710835. OLE color: 6710835.
HSL color Cylindrical-coordinate representation of color #336666: hue angle of 180º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336666 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
RGB | 51 | 102 | 102 | - |
CMYK | 0.5 | 0 | 0 | 0.6 |
HSL | 180º | 0.33% | 0.3% | - |
HSV(B) | 180º | 0.5% | 0.4% | - |
XYZ | 8.51 | 11.17 | 14.28 | - |
YUV | 86.75 | 136.6 | 102.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 102 | 102 | 0.5 | 0 | 0 | 0.6 | 180 | 0.33 | 0.3 |
Hex | 33 | 66 | 66 | 32 | 0 | 0 | 3C | B4 | 21 | 1E |
Octal | 63 | 146 | 146 | 62 | 0 | 0 | 74 | 264 | 41 | 36 |
Binary | 110011 | 1100110 | 1100110 | 110010 | 0 | 0 | 111100 | 10110100 | 100001 | 11110 |
Color Harmonies of #336666
Complementary color
Monochromatic Colors of #336666
Black with #336666
Text Example
Text Example
White with #336666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336666; }
p { color: rgb(51,102,102); }
H1.HeaderClassName
{
color: #336666;
}
.AnyTagClassName
{
color: #336666;
}
</style>
background-color css
<style>
a { background-color: #336666; }
a { background-color: rgb(51,102,102); }
div.DivClassName
{
background-color: #336666;
}
.BgClassName
{
background-color: #336666;
}
</style>
border-color css
<style>
span { border-color: #336666; }
span { border-color: rgb(51,102,102); }
td.TdClassName
{
border-color: #336666;
}
.TagClassName
{
border-color: #336666;
}
</style>