Shades of Anzac #C68C40
Tints of Anzac #C68C40
RGB
CMYK
RGB Variations
Color information
#C68C40 (or 0xC68C40) is known color: Anzac. HEX triplet: C6, 8C and 40. RGB value is (198,140,64). Sum of RGB (Red+Green+Blue) = 198+140+64=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C40 is #3973BF. Grayscale: #959595. Windows color (decimal): -3765184 or 4230342. OLE color: 4230342.
HSL color Cylindrical-coordinate representation of color #C68C40: hue angle of 34.03º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C68C40 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 64 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.22 |
| HSL | 34.03º | 0.54% | 0.51% | - |
| HSV(B) | 34.03º | 0.68% | 0.78% | - |
| XYZ | 33.59 | 31.13 | 9.09 | - |
| YUV | 148.68 | 80.22 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 64 | 0 | 0.29 | 0.68 | 0.22 | 34.03 | 0.54 | 0.51 |
| Hex | C6 | 8C | 40 | 0 | 1D | 44 | 16 | 22 | 36 | 33 |
| Octal | 306 | 214 | 100 | 0 | 35 | 104 | 26 | 42 | 66 | 63 |
| Binary | 11000110 | 10001100 | 1000000 | 0 | 11101 | 1000100 | 10110 | 100010 | 110110 | 110011 |
Color Harmonies of #C68C40
Complementary color
Monochromatic Colors of #C68C40
Black with #C68C40
Text Example
Text Example
White with #C68C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C40; }
p { color: rgb(198,140,64); }
H1.HeaderClassName
{
color: #C68C40;
}
.AnyTagClassName
{
color: #C68C40;
}
</style>
background-color css
<style>
a { background-color: #C68C40; }
a { background-color: rgb(198,140,64); }
div.DivClassName
{
background-color: #C68C40;
}
.BgClassName
{
background-color: #C68C40;
}
</style>
border-color css
<style>
span { border-color: #C68C40; }
span { border-color: rgb(198,140,64); }
td.TdClassName
{
border-color: #C68C40;
}
.TagClassName
{
border-color: #C68C40;
}
</style>