Shades of Anzac #C69443
Tints of Anzac #C69443
RGB
CMYK
RGB Variations
Color information
#C69443 (or 0xC69443) is known color: Anzac. HEX triplet: C6, 94 and 43. RGB value is (198,148,67). Sum of RGB (Red+Green+Blue) = 198+148+67=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C69443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69443 is #396BBC. Grayscale: #9A9A9A. Windows color (decimal): -3763133 or 4428998. OLE color: 4428998.
HSL color Cylindrical-coordinate representation of color #C69443: hue angle of 37.1º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C69443 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 67 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.22 |
| HSL | 37.1º | 0.53% | 0.52% | - |
| HSV(B) | 37.1º | 0.66% | 0.78% | - |
| XYZ | 34.89 | 33.59 | 9.95 | - |
| YUV | 153.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 67 | 0 | 0.25 | 0.66 | 0.22 | 37.1 | 0.53 | 0.52 |
| Hex | C6 | 94 | 43 | 0 | 19 | 42 | 16 | 25 | 35 | 34 |
| Octal | 306 | 224 | 103 | 0 | 31 | 102 | 26 | 45 | 65 | 64 |
| Binary | 11000110 | 10010100 | 1000011 | 0 | 11001 | 1000010 | 10110 | 100101 | 110101 | 110100 |
Color Harmonies of #C69443
Complementary color
Monochromatic Colors of #C69443
Black with #C69443
Text Example
Text Example
White with #C69443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69443; }
p { color: rgb(198,148,67); }
H1.HeaderClassName
{
color: #C69443;
}
.AnyTagClassName
{
color: #C69443;
}
</style>
background-color css
<style>
a { background-color: #C69443; }
a { background-color: rgb(198,148,67); }
div.DivClassName
{
background-color: #C69443;
}
.BgClassName
{
background-color: #C69443;
}
</style>
border-color css
<style>
span { border-color: #C69443; }
span { border-color: rgb(198,148,67); }
td.TdClassName
{
border-color: #C69443;
}
.TagClassName
{
border-color: #C69443;
}
</style>