Shades of Wattle #C6C540
Tints of Wattle #C6C540
RGB
CMYK
RGB Variations
Color information
#C6C540 (or 0xC6C540) is known color: Wattle. HEX triplet: C6, C5 and 40. RGB value is (198,197,64). Sum of RGB (Red+Green+Blue) = 198+197+64=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C540 is #393ABF. Grayscale: #B6B6B6. Windows color (decimal): -3750592 or 4244934. OLE color: 4244934.
HSL color Cylindrical-coordinate representation of color #C6C540: hue angle of 59.55º degrees, saturation: 0.54, 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 #C6C540 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 64 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.22 |
| HSL | 59.55º | 0.54% | 0.51% | - |
| HSV(B) | 59.55º | 0.68% | 0.78% | - |
| XYZ | 44.18 | 52.31 | 12.62 | - |
| YUV | 182.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 64 | 0 | 0.01 | 0.68 | 0.22 | 59.55 | 0.54 | 0.51 |
| Hex | C6 | C5 | 40 | 0 | 1 | 44 | 16 | 3C | 36 | 33 |
| Octal | 306 | 305 | 100 | 0 | 1 | 104 | 26 | 74 | 66 | 63 |
| Binary | 11000110 | 11000101 | 1000000 | 0 | 1 | 1000100 | 10110 | 111100 | 110110 | 110011 |
Color Harmonies of #C6C540
Complementary color
Monochromatic Colors of #C6C540
Black with #C6C540
Text Example
Text Example
White with #C6C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C540; }
p { color: rgb(198,197,64); }
H1.HeaderClassName
{
color: #C6C540;
}
.AnyTagClassName
{
color: #C6C540;
}
</style>
background-color css
<style>
a { background-color: #C6C540; }
a { background-color: rgb(198,197,64); }
div.DivClassName
{
background-color: #C6C540;
}
.BgClassName
{
background-color: #C6C540;
}
</style>
border-color css
<style>
span { border-color: #C6C540; }
span { border-color: rgb(198,197,64); }
td.TdClassName
{
border-color: #C6C540;
}
.TagClassName
{
border-color: #C6C540;
}
</style>