Shades of Wattle #C6C340
Tints of Wattle #C6C340
RGB
CMYK
RGB Variations
Color information
#C6C340 (or 0xC6C340) is known color: Wattle. HEX triplet: C6, C3 and 40. RGB value is (198,195,64). Sum of RGB (Red+Green+Blue) = 198+195+64=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C340 is #393CBF. Grayscale: #B5B5B5. Windows color (decimal): -3751104 or 4244422. OLE color: 4244422.
HSL color Cylindrical-coordinate representation of color #C6C340: hue angle of 58.66º 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 #C6C340 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 64 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.22 |
| HSL | 58.66º | 0.54% | 0.51% | - |
| HSV(B) | 58.66º | 0.68% | 0.78% | - |
| XYZ | 43.73 | 51.41 | 12.47 | - |
| YUV | 180.96 | 61.99 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 64 | 0 | 0.02 | 0.68 | 0.22 | 58.66 | 0.54 | 0.51 |
| Hex | C6 | C3 | 40 | 0 | 2 | 44 | 16 | 3B | 36 | 33 |
| Octal | 306 | 303 | 100 | 0 | 2 | 104 | 26 | 73 | 66 | 63 |
| Binary | 11000110 | 11000011 | 1000000 | 0 | 10 | 1000100 | 10110 | 111011 | 110110 | 110011 |
Color Harmonies of #C6C340
Complementary color
Monochromatic Colors of #C6C340
Black with #C6C340
Text Example
Text Example
White with #C6C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C340; }
p { color: rgb(198,195,64); }
H1.HeaderClassName
{
color: #C6C340;
}
.AnyTagClassName
{
color: #C6C340;
}
</style>
background-color css
<style>
a { background-color: #C6C340; }
a { background-color: rgb(198,195,64); }
div.DivClassName
{
background-color: #C6C340;
}
.BgClassName
{
background-color: #C6C340;
}
</style>
border-color css
<style>
span { border-color: #C6C340; }
span { border-color: rgb(198,195,64); }
td.TdClassName
{
border-color: #C6C340;
}
.TagClassName
{
border-color: #C6C340;
}
</style>