Shades of Wattle #C6C73F
Tints of Wattle #C6C73F
RGB
CMYK
RGB Variations
Color information
#C6C73F (or 0xC6C73F) is known color: Wattle. HEX triplet: C6, C7 and 3F. RGB value is (198,199,63). Sum of RGB (Red+Green+Blue) = 198+199+63=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C73F is #3938C0. Grayscale: #B7B7B7. Windows color (decimal): -3750081 or 4179910. OLE color: 4179910.
HSL color Cylindrical-coordinate representation of color #C6C73F: hue angle of 60.44º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6C73F is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 199 | 63 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.22 |
| HSL | 60.44º | 0.55% | 0.51% | - |
| HSV(B) | 60.44º | 0.68% | 0.78% | - |
| XYZ | 44.61 | 53.21 | 12.62 | - |
| YUV | 183.2 | 60.17 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 63 | 0.01 | 0 | 0.68 | 0.22 | 60.44 | 0.55 | 0.51 |
| Hex | C6 | C7 | 3F | 1 | 0 | 44 | 16 | 3C | 37 | 33 |
| Octal | 306 | 307 | 77 | 1 | 0 | 104 | 26 | 74 | 67 | 63 |
| Binary | 11000110 | 11000111 | 111111 | 1 | 0 | 1000100 | 10110 | 111100 | 110111 | 110011 |
Color Harmonies of #C6C73F
Complementary color
Monochromatic Colors of #C6C73F
Black with #C6C73F
Text Example
Text Example
White with #C6C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C73F; }
p { color: rgb(198,199,63); }
H1.HeaderClassName
{
color: #C6C73F;
}
.AnyTagClassName
{
color: #C6C73F;
}
</style>
background-color css
<style>
a { background-color: #C6C73F; }
a { background-color: rgb(198,199,63); }
div.DivClassName
{
background-color: #C6C73F;
}
.BgClassName
{
background-color: #C6C73F;
}
</style>
border-color css
<style>
span { border-color: #C6C73F; }
span { border-color: rgb(198,199,63); }
td.TdClassName
{
border-color: #C6C73F;
}
.TagClassName
{
border-color: #C6C73F;
}
</style>