Shades of Anzac #C69D41
Tints of Anzac #C69D41
RGB
CMYK
RGB Variations
Color information
#C69D41 (or 0xC69D41) is known color: Anzac. HEX triplet: C6, 9D and 41. RGB value is (198,157,65). Sum of RGB (Red+Green+Blue) = 198+157+65=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D41 is #3962BE. Grayscale: #9F9F9F. Windows color (decimal): -3760831 or 4300230. OLE color: 4300230.
HSL color Cylindrical-coordinate representation of color #C69D41: hue angle of 41.5º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C69D41 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 65 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.22 |
| HSL | 41.5º | 0.54% | 0.52% | - |
| HSV(B) | 41.5º | 0.67% | 0.78% | - |
| XYZ | 36.3 | 36.5 | 10.13 | - |
| YUV | 158.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 65 | 0 | 0.21 | 0.67 | 0.22 | 41.5 | 0.54 | 0.52 |
| Hex | C6 | 9D | 41 | 0 | 15 | 43 | 16 | 2A | 36 | 34 |
| Octal | 306 | 235 | 101 | 0 | 25 | 103 | 26 | 52 | 66 | 64 |
| Binary | 11000110 | 10011101 | 1000001 | 0 | 10101 | 1000011 | 10110 | 101010 | 110110 | 110100 |
Color Harmonies of #C69D41
Complementary color
Monochromatic Colors of #C69D41
Black with #C69D41
Text Example
Text Example
White with #C69D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D41; }
p { color: rgb(198,157,65); }
H1.HeaderClassName
{
color: #C69D41;
}
.AnyTagClassName
{
color: #C69D41;
}
</style>
background-color css
<style>
a { background-color: #C69D41; }
a { background-color: rgb(198,157,65); }
div.DivClassName
{
background-color: #C69D41;
}
.BgClassName
{
background-color: #C69D41;
}
</style>
border-color css
<style>
span { border-color: #C69D41; }
span { border-color: rgb(198,157,65); }
td.TdClassName
{
border-color: #C69D41;
}
.TagClassName
{
border-color: #C69D41;
}
</style>