Shades of Anzac #C69B41
Tints of Anzac #C69B41
RGB
CMYK
RGB Variations
Color information
#C69B41 (or 0xC69B41) is known color: Anzac. HEX triplet: C6, 9B and 41. RGB value is (198,155,65). Sum of RGB (Red+Green+Blue) = 198+155+65=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69B41 is #3964BE. Grayscale: #9E9E9E. Windows color (decimal): -3761343 or 4299718. OLE color: 4299718.
HSL color Cylindrical-coordinate representation of color #C69B41: hue angle of 40.6º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C69B41 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 65 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.22 |
| HSL | 40.6º | 0.54% | 0.52% | - |
| HSV(B) | 40.6º | 0.67% | 0.78% | - |
| XYZ | 35.96 | 35.83 | 10.02 | - |
| YUV | 157.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 65 | 0 | 0.22 | 0.67 | 0.22 | 40.6 | 0.54 | 0.52 |
| Hex | C6 | 9B | 41 | 0 | 16 | 43 | 16 | 29 | 36 | 34 |
| Octal | 306 | 233 | 101 | 0 | 26 | 103 | 26 | 51 | 66 | 64 |
| Binary | 11000110 | 10011011 | 1000001 | 0 | 10110 | 1000011 | 10110 | 101001 | 110110 | 110100 |
Color Harmonies of #C69B41
Complementary color
Monochromatic Colors of #C69B41
Black with #C69B41
Text Example
Text Example
White with #C69B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69B41; }
p { color: rgb(198,155,65); }
H1.HeaderClassName
{
color: #C69B41;
}
.AnyTagClassName
{
color: #C69B41;
}
</style>
background-color css
<style>
a { background-color: #C69B41; }
a { background-color: rgb(198,155,65); }
div.DivClassName
{
background-color: #C69B41;
}
.BgClassName
{
background-color: #C69B41;
}
</style>
border-color css
<style>
span { border-color: #C69B41; }
span { border-color: rgb(198,155,65); }
td.TdClassName
{
border-color: #C69B41;
}
.TagClassName
{
border-color: #C69B41;
}
</style>