Shades of Anzac #C69345
Tints of Anzac #C69345
RGB
CMYK
RGB Variations
Color information
#C69345 (or 0xC69345) is known color: Anzac. HEX triplet: C6, 93 and 45. RGB value is (198,147,69). Sum of RGB (Red+Green+Blue) = 198+147+69=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C69345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69345 is #396CBA. Grayscale: #999999. Windows color (decimal): -3763387 or 4559814. OLE color: 4559814.
HSL color Cylindrical-coordinate representation of color #C69345: hue angle of 36.28º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C69345 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 69 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.22 |
| HSL | 36.28º | 0.53% | 0.52% | - |
| HSV(B) | 36.28º | 0.65% | 0.78% | - |
| XYZ | 34.8 | 33.3 | 10.22 | - |
| YUV | 153.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 69 | 0 | 0.26 | 0.65 | 0.22 | 36.28 | 0.53 | 0.52 |
| Hex | C6 | 93 | 45 | 0 | 1A | 41 | 16 | 24 | 35 | 34 |
| Octal | 306 | 223 | 105 | 0 | 32 | 101 | 26 | 44 | 65 | 64 |
| Binary | 11000110 | 10010011 | 1000101 | 0 | 11010 | 1000001 | 10110 | 100100 | 110101 | 110100 |
Color Harmonies of #C69345
Complementary color
Monochromatic Colors of #C69345
Black with #C69345
Text Example
Text Example
White with #C69345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69345; }
p { color: rgb(198,147,69); }
H1.HeaderClassName
{
color: #C69345;
}
.AnyTagClassName
{
color: #C69345;
}
</style>
background-color css
<style>
a { background-color: #C69345; }
a { background-color: rgb(198,147,69); }
div.DivClassName
{
background-color: #C69345;
}
.BgClassName
{
background-color: #C69345;
}
</style>
border-color css
<style>
span { border-color: #C69345; }
span { border-color: rgb(198,147,69); }
td.TdClassName
{
border-color: #C69345;
}
.TagClassName
{
border-color: #C69345;
}
</style>