Shades of Anzac #C68A43
Tints of Anzac #C68A43
RGB
CMYK
RGB Variations
Color information
#C68A43 (or 0xC68A43) is known color: Anzac. HEX triplet: C6, 8A and 43. RGB value is (198,138,67). Sum of RGB (Red+Green+Blue) = 198+138+67=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68A43 is #3975BC. Grayscale: #949494. Windows color (decimal): -3765693 or 4426438. OLE color: 4426438.
HSL color Cylindrical-coordinate representation of color #C68A43: hue angle of 32.52º 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 #C68A43 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 67 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.22 |
| HSL | 32.52º | 0.53% | 0.52% | - |
| HSV(B) | 32.52º | 0.66% | 0.78% | - |
| XYZ | 33.39 | 30.59 | 9.45 | - |
| YUV | 147.85 | 82.38 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 67 | 0 | 0.30 | 0.66 | 0.22 | 32.52 | 0.53 | 0.52 |
| Hex | C6 | 8A | 43 | 0 | 1E | 42 | 16 | 21 | 35 | 34 |
| Octal | 306 | 212 | 103 | 0 | 36 | 102 | 26 | 41 | 65 | 64 |
| Binary | 11000110 | 10001010 | 1000011 | 0 | 11110 | 1000010 | 10110 | 100001 | 110101 | 110100 |
Color Harmonies of #C68A43
Complementary color
Monochromatic Colors of #C68A43
Black with #C68A43
Text Example
Text Example
White with #C68A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A43; }
p { color: rgb(198,138,67); }
H1.HeaderClassName
{
color: #C68A43;
}
.AnyTagClassName
{
color: #C68A43;
}
</style>
background-color css
<style>
a { background-color: #C68A43; }
a { background-color: rgb(198,138,67); }
div.DivClassName
{
background-color: #C68A43;
}
.BgClassName
{
background-color: #C68A43;
}
</style>
border-color css
<style>
span { border-color: #C68A43; }
span { border-color: rgb(198,138,67); }
td.TdClassName
{
border-color: #C68A43;
}
.TagClassName
{
border-color: #C68A43;
}
</style>