Shades of Anzac #C6993D
Tints of Anzac #C6993D
RGB
CMYK
RGB Variations
Color information
#C6993D (or 0xC6993D) is known color: Anzac. HEX triplet: C6, 99 and 3D. RGB value is (198,153,61). Sum of RGB (Red+Green+Blue) = 198+153+61=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6993D is #3966C2. Grayscale: #9C9C9C. Windows color (decimal): -3761859 or 4037062. OLE color: 4037062.
HSL color Cylindrical-coordinate representation of color #C6993D: hue angle of 40.29º degrees, saturation: 0.55, 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 #C6993D is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 61 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.22 |
| HSL | 40.29º | 0.55% | 0.51% | - |
| HSV(B) | 40.29º | 0.69% | 0.78% | - |
| XYZ | 35.52 | 35.13 | 9.32 | - |
| YUV | 155.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 61 | 0 | 0.23 | 0.69 | 0.22 | 40.29 | 0.55 | 0.51 |
| Hex | C6 | 99 | 3D | 0 | 17 | 45 | 16 | 28 | 37 | 33 |
| Octal | 306 | 231 | 75 | 0 | 27 | 105 | 26 | 50 | 67 | 63 |
| Binary | 11000110 | 10011001 | 111101 | 0 | 10111 | 1000101 | 10110 | 101000 | 110111 | 110011 |
Color Harmonies of #C6993D
Complementary color
Monochromatic Colors of #C6993D
Black with #C6993D
Text Example
Text Example
White with #C6993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6993D; }
p { color: rgb(198,153,61); }
H1.HeaderClassName
{
color: #C6993D;
}
.AnyTagClassName
{
color: #C6993D;
}
</style>
background-color css
<style>
a { background-color: #C6993D; }
a { background-color: rgb(198,153,61); }
div.DivClassName
{
background-color: #C6993D;
}
.BgClassName
{
background-color: #C6993D;
}
</style>
border-color css
<style>
span { border-color: #C6993D; }
span { border-color: rgb(198,153,61); }
td.TdClassName
{
border-color: #C6993D;
}
.TagClassName
{
border-color: #C6993D;
}
</style>