Shades of Anzac #C69838
Tints of Anzac #C69838
RGB
CMYK
RGB Variations
Color information
#C69838 (or 0xC69838) is known color: Anzac. HEX triplet: C6, 98 and 38. RGB value is (198,152,56). Sum of RGB (Red+Green+Blue) = 198+152+56=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C69838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69838 is #3967C7. Grayscale: #9B9B9B. Windows color (decimal): -3762120 or 3709126. OLE color: 3709126.
HSL color Cylindrical-coordinate representation of color #C69838: hue angle of 40.56º 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 #C69838 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 56 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.22 |
| HSL | 40.56º | 0.56% | 0.5% | - |
| HSV(B) | 40.56º | 0.72% | 0.78% | - |
| XYZ | 35.23 | 34.75 | 8.59 | - |
| YUV | 154.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 56 | 0 | 0.23 | 0.72 | 0.22 | 40.56 | 0.56 | 0.5 |
| Hex | C6 | 98 | 38 | 0 | 17 | 48 | 16 | 29 | 38 | 32 |
| Octal | 306 | 230 | 70 | 0 | 27 | 110 | 26 | 51 | 70 | 62 |
| Binary | 11000110 | 10011000 | 111000 | 0 | 10111 | 1001000 | 10110 | 101001 | 111000 | 110010 |
Color Harmonies of #C69838
Complementary color
Monochromatic Colors of #C69838
Black with #C69838
Text Example
Text Example
White with #C69838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69838; }
p { color: rgb(198,152,56); }
H1.HeaderClassName
{
color: #C69838;
}
.AnyTagClassName
{
color: #C69838;
}
</style>
background-color css
<style>
a { background-color: #C69838; }
a { background-color: rgb(198,152,56); }
div.DivClassName
{
background-color: #C69838;
}
.BgClassName
{
background-color: #C69838;
}
</style>
border-color css
<style>
span { border-color: #C69838; }
span { border-color: rgb(198,152,56); }
td.TdClassName
{
border-color: #C69838;
}
.TagClassName
{
border-color: #C69838;
}
</style>