Shades of Anzac #C69C3D
Tints of Anzac #C69C3D
RGB
CMYK
RGB Variations
Color information
#C69C3D (or 0xC69C3D) is known color: Anzac. HEX triplet: C6, 9C and 3D. RGB value is (198,156,61). Sum of RGB (Red+Green+Blue) = 198+156+61=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69C3D is #3963C2. Grayscale: #9E9E9E. Windows color (decimal): -3761091 or 4037830. OLE color: 4037830.
HSL color Cylindrical-coordinate representation of color #C69C3D: hue angle of 41.61º 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 #C69C3D is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 61 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.22 |
| HSL | 41.61º | 0.55% | 0.51% | - |
| HSV(B) | 41.61º | 0.69% | 0.78% | - |
| XYZ | 36.02 | 36.12 | 9.49 | - |
| YUV | 157.73 | 73.41 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 61 | 0 | 0.21 | 0.69 | 0.22 | 41.61 | 0.55 | 0.51 |
| Hex | C6 | 9C | 3D | 0 | 15 | 45 | 16 | 2A | 37 | 33 |
| Octal | 306 | 234 | 75 | 0 | 25 | 105 | 26 | 52 | 67 | 63 |
| Binary | 11000110 | 10011100 | 111101 | 0 | 10101 | 1000101 | 10110 | 101010 | 110111 | 110011 |
Color Harmonies of #C69C3D
Complementary color
Monochromatic Colors of #C69C3D
Black with #C69C3D
Text Example
Text Example
White with #C69C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C3D; }
p { color: rgb(198,156,61); }
H1.HeaderClassName
{
color: #C69C3D;
}
.AnyTagClassName
{
color: #C69C3D;
}
</style>
background-color css
<style>
a { background-color: #C69C3D; }
a { background-color: rgb(198,156,61); }
div.DivClassName
{
background-color: #C69C3D;
}
.BgClassName
{
background-color: #C69C3D;
}
</style>
border-color css
<style>
span { border-color: #C69C3D; }
span { border-color: rgb(198,156,61); }
td.TdClassName
{
border-color: #C69C3D;
}
.TagClassName
{
border-color: #C69C3D;
}
</style>