Shades of Anzac #C69B3C
Tints of Anzac #C69B3C
RGB
CMYK
RGB Variations
Color information
#C69B3C (or 0xC69B3C) is known color: Anzac. HEX triplet: C6, 9B and 3C. RGB value is (198,155,60). Sum of RGB (Red+Green+Blue) = 198+155+60=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69B3C is #3964C3. Grayscale: #9D9D9D. Windows color (decimal): -3761348 or 3972038. OLE color: 3972038.
HSL color Cylindrical-coordinate representation of color #C69B3C: hue angle of 41.3º 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 #C69B3C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 60 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.22 |
| HSL | 41.3º | 0.55% | 0.51% | - |
| HSV(B) | 41.3º | 0.7% | 0.78% | - |
| XYZ | 35.83 | 35.77 | 9.29 | - |
| YUV | 157.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 60 | 0 | 0.22 | 0.70 | 0.22 | 41.3 | 0.55 | 0.51 |
| Hex | C6 | 9B | 3C | 0 | 16 | 46 | 16 | 29 | 37 | 33 |
| Octal | 306 | 233 | 74 | 0 | 26 | 106 | 26 | 51 | 67 | 63 |
| Binary | 11000110 | 10011011 | 111100 | 0 | 10110 | 1000110 | 10110 | 101001 | 110111 | 110011 |
Color Harmonies of #C69B3C
Complementary color
Monochromatic Colors of #C69B3C
Black with #C69B3C
Text Example
Text Example
White with #C69B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69B3C; }
p { color: rgb(198,155,60); }
H1.HeaderClassName
{
color: #C69B3C;
}
.AnyTagClassName
{
color: #C69B3C;
}
</style>
background-color css
<style>
a { background-color: #C69B3C; }
a { background-color: rgb(198,155,60); }
div.DivClassName
{
background-color: #C69B3C;
}
.BgClassName
{
background-color: #C69B3C;
}
</style>
border-color css
<style>
span { border-color: #C69B3C; }
span { border-color: rgb(198,155,60); }
td.TdClassName
{
border-color: #C69B3C;
}
.TagClassName
{
border-color: #C69B3C;
}
</style>