Shades of Anzac #C6983C
Tints of Anzac #C6983C
RGB
CMYK
RGB Variations
Color information
#C6983C (or 0xC6983C) is known color: Anzac. HEX triplet: C6, 98 and 3C. RGB value is (198,152,60). Sum of RGB (Red+Green+Blue) = 198+152+60=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6983C is #3967C3. Grayscale: #9B9B9B. Windows color (decimal): -3762116 or 3971270. OLE color: 3971270.
HSL color Cylindrical-coordinate representation of color #C6983C: hue angle of 40º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6983C is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 60 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.22 |
| HSL | 40º | 0.55% | 0.51% | - |
| HSV(B) | 40º | 0.7% | 0.78% | - |
| XYZ | 35.33 | 34.79 | 9.13 | - |
| YUV | 155.27 | 74.24 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 60 | 0 | 0.23 | 0.70 | 0.22 | 40 | 0.55 | 0.51 |
| Hex | C6 | 98 | 3C | 0 | 17 | 46 | 16 | 28 | 37 | 33 |
| Octal | 306 | 230 | 74 | 0 | 27 | 106 | 26 | 50 | 67 | 63 |
| Binary | 11000110 | 10011000 | 111100 | 0 | 10111 | 1000110 | 10110 | 101000 | 110111 | 110011 |
Color Harmonies of #C6983C
Complementary color
Monochromatic Colors of #C6983C
Black with #C6983C
Text Example
Text Example
White with #C6983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6983C; }
p { color: rgb(198,152,60); }
H1.HeaderClassName
{
color: #C6983C;
}
.AnyTagClassName
{
color: #C6983C;
}
</style>
background-color css
<style>
a { background-color: #C6983C; }
a { background-color: rgb(198,152,60); }
div.DivClassName
{
background-color: #C6983C;
}
.BgClassName
{
background-color: #C6983C;
}
</style>
border-color css
<style>
span { border-color: #C6983C; }
span { border-color: rgb(198,152,60); }
td.TdClassName
{
border-color: #C6983C;
}
.TagClassName
{
border-color: #C6983C;
}
</style>