Shades of Anzac #C68844
Tints of Anzac #C68844
RGB
CMYK
RGB Variations
Color information
#C68844 (or 0xC68844) is known color: Anzac. HEX triplet: C6, 88 and 44. RGB value is (198,136,68). Sum of RGB (Red+Green+Blue) = 198+136+68=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C68844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68844 is #3977BB. Grayscale: #939393. Windows color (decimal): -3766204 or 4491462. OLE color: 4491462.
HSL color Cylindrical-coordinate representation of color #C68844: hue angle of 31.38º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C68844 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 68 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.22 |
| HSL | 31.38º | 0.53% | 0.52% | - |
| HSV(B) | 31.38º | 0.66% | 0.78% | - |
| XYZ | 33.14 | 30.03 | 9.52 | - |
| YUV | 146.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 68 | 0 | 0.31 | 0.66 | 0.22 | 31.38 | 0.53 | 0.52 |
| Hex | C6 | 88 | 44 | 0 | 1F | 42 | 16 | 1F | 35 | 34 |
| Octal | 306 | 210 | 104 | 0 | 37 | 102 | 26 | 37 | 65 | 64 |
| Binary | 11000110 | 10001000 | 1000100 | 0 | 11111 | 1000010 | 10110 | 11111 | 110101 | 110100 |
Color Harmonies of #C68844
Complementary color
Monochromatic Colors of #C68844
Black with #C68844
Text Example
Text Example
White with #C68844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68844; }
p { color: rgb(198,136,68); }
H1.HeaderClassName
{
color: #C68844;
}
.AnyTagClassName
{
color: #C68844;
}
</style>
background-color css
<style>
a { background-color: #C68844; }
a { background-color: rgb(198,136,68); }
div.DivClassName
{
background-color: #C68844;
}
.BgClassName
{
background-color: #C68844;
}
</style>
border-color css
<style>
span { border-color: #C68844; }
span { border-color: rgb(198,136,68); }
td.TdClassName
{
border-color: #C68844;
}
.TagClassName
{
border-color: #C68844;
}
</style>