Shades of Wattle #C6C536
Tints of Wattle #C6C536
RGB
CMYK
RGB Variations
Color information
#C6C536 (or 0xC6C536) is known color: Wattle. HEX triplet: C6, C5 and 36. RGB value is (198,197,54). Sum of RGB (Red+Green+Blue) = 198+197+54=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C536 is #393AC9. Grayscale: #B5B5B5. Windows color (decimal): -3750602 or 3589574. OLE color: 3589574.
HSL color Cylindrical-coordinate representation of color #C6C536: hue angle of 59.58º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6C536 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 54 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.22 |
| HSL | 59.58º | 0.57% | 0.49% | - |
| HSV(B) | 59.58º | 0.73% | 0.78% | - |
| XYZ | 43.92 | 52.2 | 11.25 | - |
| YUV | 181 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 54 | 0 | 0.01 | 0.73 | 0.22 | 59.58 | 0.57 | 0.49 |
| Hex | C6 | C5 | 36 | 0 | 1 | 49 | 16 | 3C | 39 | 31 |
| Octal | 306 | 305 | 66 | 0 | 1 | 111 | 26 | 74 | 71 | 61 |
| Binary | 11000110 | 11000101 | 110110 | 0 | 1 | 1001001 | 10110 | 111100 | 111001 | 110001 |
Color Harmonies of #C6C536
Complementary color
Monochromatic Colors of #C6C536
Black with #C6C536
Text Example
Text Example
White with #C6C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C536; }
p { color: rgb(198,197,54); }
H1.HeaderClassName
{
color: #C6C536;
}
.AnyTagClassName
{
color: #C6C536;
}
</style>
background-color css
<style>
a { background-color: #C6C536; }
a { background-color: rgb(198,197,54); }
div.DivClassName
{
background-color: #C6C536;
}
.BgClassName
{
background-color: #C6C536;
}
</style>
border-color css
<style>
span { border-color: #C6C536; }
span { border-color: rgb(198,197,54); }
td.TdClassName
{
border-color: #C6C536;
}
.TagClassName
{
border-color: #C6C536;
}
</style>