Shades of Anzac #C69942
Tints of Anzac #C69942
RGB
CMYK
RGB Variations
Color information
#C69942 (or 0xC69942) is known color: Anzac. HEX triplet: C6, 99 and 42. RGB value is (198,153,66). Sum of RGB (Red+Green+Blue) = 198+153+66=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C69942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69942 is #3966BD. Grayscale: #9C9C9C. Windows color (decimal): -3761854 or 4364742. OLE color: 4364742.
HSL color Cylindrical-coordinate representation of color #C69942: hue angle of 39.55º 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 #C69942 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 66 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.22 |
| HSL | 39.55º | 0.54% | 0.52% | - |
| HSV(B) | 39.55º | 0.67% | 0.78% | - |
| XYZ | 35.66 | 35.18 | 10.07 | - |
| YUV | 156.54 | 76.91 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 66 | 0 | 0.23 | 0.67 | 0.22 | 39.55 | 0.54 | 0.52 |
| Hex | C6 | 99 | 42 | 0 | 17 | 43 | 16 | 28 | 36 | 34 |
| Octal | 306 | 231 | 102 | 0 | 27 | 103 | 26 | 50 | 66 | 64 |
| Binary | 11000110 | 10011001 | 1000010 | 0 | 10111 | 1000011 | 10110 | 101000 | 110110 | 110100 |
Color Harmonies of #C69942
Complementary color
Monochromatic Colors of #C69942
Black with #C69942
Text Example
Text Example
White with #C69942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69942; }
p { color: rgb(198,153,66); }
H1.HeaderClassName
{
color: #C69942;
}
.AnyTagClassName
{
color: #C69942;
}
</style>
background-color css
<style>
a { background-color: #C69942; }
a { background-color: rgb(198,153,66); }
div.DivClassName
{
background-color: #C69942;
}
.BgClassName
{
background-color: #C69942;
}
</style>
border-color css
<style>
span { border-color: #C69942; }
span { border-color: rgb(198,153,66); }
td.TdClassName
{
border-color: #C69942;
}
.TagClassName
{
border-color: #C69942;
}
</style>