Shades of Anzac #C68F46
Tints of Anzac #C68F46
RGB
CMYK
RGB Variations
Color information
#C68F46 (or 0xC68F46) is known color: Anzac. HEX triplet: C6, 8F and 46. RGB value is (198,143,70). Sum of RGB (Red+Green+Blue) = 198+143+70=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68F46 is #3970B9. Grayscale: #979797. Windows color (decimal): -3764410 or 4624326. OLE color: 4624326.
HSL color Cylindrical-coordinate representation of color #C68F46: hue angle of 34.22º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C68F46 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 70 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.22 |
| HSL | 34.22º | 0.53% | 0.53% | - |
| HSV(B) | 34.22º | 0.65% | 0.78% | - |
| XYZ | 34.22 | 32.09 | 10.19 | - |
| YUV | 151.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 70 | 0 | 0.28 | 0.65 | 0.22 | 34.22 | 0.53 | 0.53 |
| Hex | C6 | 8F | 46 | 0 | 1C | 41 | 16 | 22 | 35 | 35 |
| Octal | 306 | 217 | 106 | 0 | 34 | 101 | 26 | 42 | 65 | 65 |
| Binary | 11000110 | 10001111 | 1000110 | 0 | 11100 | 1000001 | 10110 | 100010 | 110101 | 110101 |
Color Harmonies of #C68F46
Complementary color
Monochromatic Colors of #C68F46
Black with #C68F46
Text Example
Text Example
White with #C68F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68F46; }
p { color: rgb(198,143,70); }
H1.HeaderClassName
{
color: #C68F46;
}
.AnyTagClassName
{
color: #C68F46;
}
</style>
background-color css
<style>
a { background-color: #C68F46; }
a { background-color: rgb(198,143,70); }
div.DivClassName
{
background-color: #C68F46;
}
.BgClassName
{
background-color: #C68F46;
}
</style>
border-color css
<style>
span { border-color: #C68F46; }
span { border-color: rgb(198,143,70); }
td.TdClassName
{
border-color: #C68F46;
}
.TagClassName
{
border-color: #C68F46;
}
</style>