Shades of Anzac #C69142
Tints of Anzac #C69142
RGB
CMYK
RGB Variations
Color information
#C69142 (or 0xC69142) is known color: Anzac. HEX triplet: C6, 91 and 42. RGB value is (198,145,66). Sum of RGB (Red+Green+Blue) = 198+145+66=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C69142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69142 is #396EBD. Grayscale: #989898. Windows color (decimal): -3763902 or 4362694. OLE color: 4362694.
HSL color Cylindrical-coordinate representation of color #C69142: hue angle of 35.91º 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 #C69142 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 66 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.22 |
| HSL | 35.91º | 0.54% | 0.52% | - |
| HSV(B) | 35.91º | 0.67% | 0.78% | - |
| XYZ | 34.4 | 32.65 | 9.64 | - |
| YUV | 151.84 | 79.56 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 66 | 0 | 0.27 | 0.67 | 0.22 | 35.91 | 0.54 | 0.52 |
| Hex | C6 | 91 | 42 | 0 | 1B | 43 | 16 | 24 | 36 | 34 |
| Octal | 306 | 221 | 102 | 0 | 33 | 103 | 26 | 44 | 66 | 64 |
| Binary | 11000110 | 10010001 | 1000010 | 0 | 11011 | 1000011 | 10110 | 100100 | 110110 | 110100 |
Color Harmonies of #C69142
Complementary color
Monochromatic Colors of #C69142
Black with #C69142
Text Example
Text Example
White with #C69142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69142; }
p { color: rgb(198,145,66); }
H1.HeaderClassName
{
color: #C69142;
}
.AnyTagClassName
{
color: #C69142;
}
</style>
background-color css
<style>
a { background-color: #C69142; }
a { background-color: rgb(198,145,66); }
div.DivClassName
{
background-color: #C69142;
}
.BgClassName
{
background-color: #C69142;
}
</style>
border-color css
<style>
span { border-color: #C69142; }
span { border-color: rgb(198,145,66); }
td.TdClassName
{
border-color: #C69142;
}
.TagClassName
{
border-color: #C69142;
}
</style>