Shades of Anzac #C69240
Tints of Anzac #C69240
RGB
CMYK
RGB Variations
Color information
#C69240 (or 0xC69240) is known color: Anzac. HEX triplet: C6, 92 and 40. RGB value is (198,146,64). Sum of RGB (Red+Green+Blue) = 198+146+64=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C69240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69240 is #396DBF. Grayscale: #989898. Windows color (decimal): -3763648 or 4231878. OLE color: 4231878.
HSL color Cylindrical-coordinate representation of color #C69240: hue angle of 36.72º 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 #C69240 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 64 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.22 |
| HSL | 36.72º | 0.54% | 0.51% | - |
| HSV(B) | 36.72º | 0.68% | 0.78% | - |
| XYZ | 34.49 | 32.93 | 9.39 | - |
| YUV | 152.2 | 78.23 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 64 | 0 | 0.26 | 0.68 | 0.22 | 36.72 | 0.54 | 0.51 |
| Hex | C6 | 92 | 40 | 0 | 1A | 44 | 16 | 25 | 36 | 33 |
| Octal | 306 | 222 | 100 | 0 | 32 | 104 | 26 | 45 | 66 | 63 |
| Binary | 11000110 | 10010010 | 1000000 | 0 | 11010 | 1000100 | 10110 | 100101 | 110110 | 110011 |
Color Harmonies of #C69240
Complementary color
Monochromatic Colors of #C69240
Black with #C69240
Text Example
Text Example
White with #C69240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69240; }
p { color: rgb(198,146,64); }
H1.HeaderClassName
{
color: #C69240;
}
.AnyTagClassName
{
color: #C69240;
}
</style>
background-color css
<style>
a { background-color: #C69240; }
a { background-color: rgb(198,146,64); }
div.DivClassName
{
background-color: #C69240;
}
.BgClassName
{
background-color: #C69240;
}
</style>
border-color css
<style>
span { border-color: #C69240; }
span { border-color: rgb(198,146,64); }
td.TdClassName
{
border-color: #C69240;
}
.TagClassName
{
border-color: #C69240;
}
</style>