Shades of Anzac #C69440
Tints of Anzac #C69440
RGB
CMYK
RGB Variations
Color information
#C69440 (or 0xC69440) is known color: Anzac. HEX triplet: C6, 94 and 40. RGB value is (198,148,64). Sum of RGB (Red+Green+Blue) = 198+148+64=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C69440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69440 is #396BBF. Grayscale: #999999. Windows color (decimal): -3763136 or 4232390. OLE color: 4232390.
HSL color Cylindrical-coordinate representation of color #C69440: hue angle of 37.61º 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 #C69440 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 64 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.22 |
| HSL | 37.61º | 0.54% | 0.51% | - |
| HSV(B) | 37.61º | 0.68% | 0.78% | - |
| XYZ | 34.8 | 33.56 | 9.49 | - |
| YUV | 153.37 | 77.57 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 64 | 0 | 0.25 | 0.68 | 0.22 | 37.61 | 0.54 | 0.51 |
| Hex | C6 | 94 | 40 | 0 | 19 | 44 | 16 | 26 | 36 | 33 |
| Octal | 306 | 224 | 100 | 0 | 31 | 104 | 26 | 46 | 66 | 63 |
| Binary | 11000110 | 10010100 | 1000000 | 0 | 11001 | 1000100 | 10110 | 100110 | 110110 | 110011 |
Color Harmonies of #C69440
Complementary color
Monochromatic Colors of #C69440
Black with #C69440
Text Example
Text Example
White with #C69440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69440; }
p { color: rgb(198,148,64); }
H1.HeaderClassName
{
color: #C69440;
}
.AnyTagClassName
{
color: #C69440;
}
</style>
background-color css
<style>
a { background-color: #C69440; }
a { background-color: rgb(198,148,64); }
div.DivClassName
{
background-color: #C69440;
}
.BgClassName
{
background-color: #C69440;
}
</style>
border-color css
<style>
span { border-color: #C69440; }
span { border-color: rgb(198,148,64); }
td.TdClassName
{
border-color: #C69440;
}
.TagClassName
{
border-color: #C69440;
}
</style>