Shades of Anzac #C69941
Tints of Anzac #C69941
RGB
CMYK
RGB Variations
Color information
#C69941 (or 0xC69941) is known color: Anzac. HEX triplet: C6, 99 and 41. RGB value is (198,153,65). Sum of RGB (Red+Green+Blue) = 198+153+65=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C69941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69941 is #3966BE. Grayscale: #9C9C9C. Windows color (decimal): -3761855 or 4299206. OLE color: 4299206.
HSL color Cylindrical-coordinate representation of color #C69941: hue angle of 39.7º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C69941 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 65 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.22 |
| HSL | 39.7º | 0.54% | 0.52% | - |
| HSV(B) | 39.7º | 0.67% | 0.78% | - |
| XYZ | 35.63 | 35.17 | 9.91 | - |
| YUV | 156.42 | 76.41 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 65 | 0 | 0.23 | 0.67 | 0.22 | 39.7 | 0.54 | 0.52 |
| Hex | C6 | 99 | 41 | 0 | 17 | 43 | 16 | 28 | 36 | 34 |
| Octal | 306 | 231 | 101 | 0 | 27 | 103 | 26 | 50 | 66 | 64 |
| Binary | 11000110 | 10011001 | 1000001 | 0 | 10111 | 1000011 | 10110 | 101000 | 110110 | 110100 |
Color Harmonies of #C69941
Complementary color
Monochromatic Colors of #C69941
Black with #C69941
Text Example
Text Example
White with #C69941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69941; }
p { color: rgb(198,153,65); }
H1.HeaderClassName
{
color: #C69941;
}
.AnyTagClassName
{
color: #C69941;
}
</style>
background-color css
<style>
a { background-color: #C69941; }
a { background-color: rgb(198,153,65); }
div.DivClassName
{
background-color: #C69941;
}
.BgClassName
{
background-color: #C69941;
}
</style>
border-color css
<style>
span { border-color: #C69941; }
span { border-color: rgb(198,153,65); }
td.TdClassName
{
border-color: #C69941;
}
.TagClassName
{
border-color: #C69941;
}
</style>