Shades of Anzac #C68B39
Tints of Anzac #C68B39
RGB
CMYK
RGB Variations
Color information
#C68B39 (or 0xC68B39) is known color: Anzac. HEX triplet: C6, 8B and 39. RGB value is (198,139,57). Sum of RGB (Red+Green+Blue) = 198+139+57=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68B39 is #3974C6. Grayscale: #939393. Windows color (decimal): -3765447 or 3771334. OLE color: 3771334.
HSL color Cylindrical-coordinate representation of color #C68B39: hue angle of 34.89º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C68B39 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 57 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.22 |
| HSL | 34.89º | 0.55% | 0.5% | - |
| HSV(B) | 34.89º | 0.71% | 0.78% | - |
| XYZ | 33.26 | 30.77 | 8.06 | - |
| YUV | 147.29 | 77.05 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 57 | 0 | 0.30 | 0.71 | 0.22 | 34.89 | 0.55 | 0.5 |
| Hex | C6 | 8B | 39 | 0 | 1E | 47 | 16 | 23 | 37 | 32 |
| Octal | 306 | 213 | 71 | 0 | 36 | 107 | 26 | 43 | 67 | 62 |
| Binary | 11000110 | 10001011 | 111001 | 0 | 11110 | 1000111 | 10110 | 100011 | 110111 | 110010 |
Color Harmonies of #C68B39
Complementary color
Monochromatic Colors of #C68B39
Black with #C68B39
Text Example
Text Example
White with #C68B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B39; }
p { color: rgb(198,139,57); }
H1.HeaderClassName
{
color: #C68B39;
}
.AnyTagClassName
{
color: #C68B39;
}
</style>
background-color css
<style>
a { background-color: #C68B39; }
a { background-color: rgb(198,139,57); }
div.DivClassName
{
background-color: #C68B39;
}
.BgClassName
{
background-color: #C68B39;
}
</style>
border-color css
<style>
span { border-color: #C68B39; }
span { border-color: rgb(198,139,57); }
td.TdClassName
{
border-color: #C68B39;
}
.TagClassName
{
border-color: #C68B39;
}
</style>