Shades of Anzac #C6993E
Tints of Anzac #C6993E
RGB
CMYK
RGB Variations
Color information
#C6993E (or 0xC6993E) is known color: Anzac. HEX triplet: C6, 99 and 3E. RGB value is (198,153,62). Sum of RGB (Red+Green+Blue) = 198+153+62=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6993E is #3966C1. Grayscale: #9C9C9C. Windows color (decimal): -3761858 or 4102598. OLE color: 4102598.
HSL color Cylindrical-coordinate representation of color #C6993E: hue angle of 40.15º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6993E is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 62 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.22 |
| HSL | 40.15º | 0.54% | 0.51% | - |
| HSV(B) | 40.15º | 0.69% | 0.78% | - |
| XYZ | 35.55 | 35.14 | 9.47 | - |
| YUV | 156.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 62 | 0 | 0.23 | 0.69 | 0.22 | 40.15 | 0.54 | 0.51 |
| Hex | C6 | 99 | 3E | 0 | 17 | 45 | 16 | 28 | 36 | 33 |
| Octal | 306 | 231 | 76 | 0 | 27 | 105 | 26 | 50 | 66 | 63 |
| Binary | 11000110 | 10011001 | 111110 | 0 | 10111 | 1000101 | 10110 | 101000 | 110110 | 110011 |
Color Harmonies of #C6993E
Complementary color
Monochromatic Colors of #C6993E
Black with #C6993E
Text Example
Text Example
White with #C6993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6993E; }
p { color: rgb(198,153,62); }
H1.HeaderClassName
{
color: #C6993E;
}
.AnyTagClassName
{
color: #C6993E;
}
</style>
background-color css
<style>
a { background-color: #C6993E; }
a { background-color: rgb(198,153,62); }
div.DivClassName
{
background-color: #C6993E;
}
.BgClassName
{
background-color: #C6993E;
}
</style>
border-color css
<style>
span { border-color: #C6993E; }
span { border-color: rgb(198,153,62); }
td.TdClassName
{
border-color: #C6993E;
}
.TagClassName
{
border-color: #C6993E;
}
</style>