Shades of Anzac #C69343
Tints of Anzac #C69343
RGB
CMYK
RGB Variations
Color information
#C69343 (or 0xC69343) is known color: Anzac. HEX triplet: C6, 93 and 43. RGB value is (198,147,67). Sum of RGB (Red+Green+Blue) = 198+147+67=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 67 (26.56% from 255 or 16.26% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C69343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69343 is #396CBC. Grayscale: #999999. Windows color (decimal): -3763389 or 4428742. OLE color: 4428742.
HSL color Cylindrical-coordinate representation of color #C69343: hue angle of 36.64º 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 #C69343 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 67 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.22 |
| HSL | 36.64º | 0.53% | 0.52% | - |
| HSV(B) | 36.64º | 0.66% | 0.78% | - |
| XYZ | 34.74 | 33.28 | 9.9 | - |
| YUV | 153.13 | 79.4 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 67 | 0 | 0.26 | 0.66 | 0.22 | 36.64 | 0.53 | 0.52 |
| Hex | C6 | 93 | 43 | 0 | 1A | 42 | 16 | 25 | 35 | 34 |
| Octal | 306 | 223 | 103 | 0 | 32 | 102 | 26 | 45 | 65 | 64 |
| Binary | 11000110 | 10010011 | 1000011 | 0 | 11010 | 1000010 | 10110 | 100101 | 110101 | 110100 |
Color Harmonies of #C69343
Complementary color
Monochromatic Colors of #C69343
Black with #C69343
Text Example
Text Example
White with #C69343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69343; }
p { color: rgb(198,147,67); }
H1.HeaderClassName
{
color: #C69343;
}
.AnyTagClassName
{
color: #C69343;
}
</style>
background-color css
<style>
a { background-color: #C69343; }
a { background-color: rgb(198,147,67); }
div.DivClassName
{
background-color: #C69343;
}
.BgClassName
{
background-color: #C69343;
}
</style>
border-color css
<style>
span { border-color: #C69343; }
span { border-color: rgb(198,147,67); }
td.TdClassName
{
border-color: #C69343;
}
.TagClassName
{
border-color: #C69343;
}
</style>