Shades of Anzac #C69738
Tints of Anzac #C69738
RGB
CMYK
RGB Variations
Color information
#C69738 (or 0xC69738) is known color: Anzac. HEX triplet: C6, 97 and 38. RGB value is (198,151,56). Sum of RGB (Red+Green+Blue) = 198+151+56=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C69738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69738 is #3968C7. Grayscale: #9A9A9A. Windows color (decimal): -3762376 or 3708870. OLE color: 3708870.
HSL color Cylindrical-coordinate representation of color #C69738: hue angle of 40.14º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C69738 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 56 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.22 |
| HSL | 40.14º | 0.56% | 0.5% | - |
| HSV(B) | 40.14º | 0.72% | 0.78% | - |
| XYZ | 35.07 | 34.42 | 8.54 | - |
| YUV | 154.22 | 72.57 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 56 | 0 | 0.24 | 0.72 | 0.22 | 40.14 | 0.56 | 0.5 |
| Hex | C6 | 97 | 38 | 0 | 18 | 48 | 16 | 28 | 38 | 32 |
| Octal | 306 | 227 | 70 | 0 | 30 | 110 | 26 | 50 | 70 | 62 |
| Binary | 11000110 | 10010111 | 111000 | 0 | 11000 | 1001000 | 10110 | 101000 | 111000 | 110010 |
Color Harmonies of #C69738
Complementary color
Monochromatic Colors of #C69738
Black with #C69738
Text Example
Text Example
White with #C69738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69738; }
p { color: rgb(198,151,56); }
H1.HeaderClassName
{
color: #C69738;
}
.AnyTagClassName
{
color: #C69738;
}
</style>
background-color css
<style>
a { background-color: #C69738; }
a { background-color: rgb(198,151,56); }
div.DivClassName
{
background-color: #C69738;
}
.BgClassName
{
background-color: #C69738;
}
</style>
border-color css
<style>
span { border-color: #C69738; }
span { border-color: rgb(198,151,56); }
td.TdClassName
{
border-color: #C69738;
}
.TagClassName
{
border-color: #C69738;
}
</style>