Shades of Anzac #C68937
Tints of Anzac #C68937
RGB
CMYK
RGB Variations
Color information
#C68937 (or 0xC68937) is known color: Anzac. HEX triplet: C6, 89 and 37. RGB value is (198,137,55). Sum of RGB (Red+Green+Blue) = 198+137+55=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C68937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68937 is #3976C8. Grayscale: #929292. Windows color (decimal): -3765961 or 3639750. OLE color: 3639750.
HSL color Cylindrical-coordinate representation of color #C68937: hue angle of 34.41º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C68937 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 55 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.22 |
| HSL | 34.41º | 0.57% | 0.5% | - |
| HSV(B) | 34.41º | 0.72% | 0.78% | - |
| XYZ | 32.92 | 30.17 | 7.7 | - |
| YUV | 145.89 | 76.71 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 55 | 0 | 0.31 | 0.72 | 0.22 | 34.41 | 0.57 | 0.5 |
| Hex | C6 | 89 | 37 | 0 | 1F | 48 | 16 | 22 | 39 | 32 |
| Octal | 306 | 211 | 67 | 0 | 37 | 110 | 26 | 42 | 71 | 62 |
| Binary | 11000110 | 10001001 | 110111 | 0 | 11111 | 1001000 | 10110 | 100010 | 111001 | 110010 |
Color Harmonies of #C68937
Complementary color
Monochromatic Colors of #C68937
Black with #C68937
Text Example
Text Example
White with #C68937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68937; }
p { color: rgb(198,137,55); }
H1.HeaderClassName
{
color: #C68937;
}
.AnyTagClassName
{
color: #C68937;
}
</style>
background-color css
<style>
a { background-color: #C68937; }
a { background-color: rgb(198,137,55); }
div.DivClassName
{
background-color: #C68937;
}
.BgClassName
{
background-color: #C68937;
}
</style>
border-color css
<style>
span { border-color: #C68937; }
span { border-color: rgb(198,137,55); }
td.TdClassName
{
border-color: #C68937;
}
.TagClassName
{
border-color: #C68937;
}
</style>