Shades of Anzac #C68938
Tints of Anzac #C68938
RGB
CMYK
RGB Variations
Color information
#C68938 (or 0xC68938) is known color: Anzac. HEX triplet: C6, 89 and 38. RGB value is (198,137,56). Sum of RGB (Red+Green+Blue) = 198+137+56=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C68938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68938 is #3976C7. Grayscale: #929292. Windows color (decimal): -3765960 or 3705286. OLE color: 3705286.
HSL color Cylindrical-coordinate representation of color #C68938: hue angle of 34.23º degrees, saturation: 0.56, 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 #C68938 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 56 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.22 |
| HSL | 34.23º | 0.56% | 0.5% | - |
| HSV(B) | 34.23º | 0.72% | 0.78% | - |
| XYZ | 32.95 | 30.18 | 7.83 | - |
| YUV | 146.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 56 | 0 | 0.31 | 0.72 | 0.22 | 34.23 | 0.56 | 0.5 |
| Hex | C6 | 89 | 38 | 0 | 1F | 48 | 16 | 22 | 38 | 32 |
| Octal | 306 | 211 | 70 | 0 | 37 | 110 | 26 | 42 | 70 | 62 |
| Binary | 11000110 | 10001001 | 111000 | 0 | 11111 | 1001000 | 10110 | 100010 | 111000 | 110010 |
Color Harmonies of #C68938
Complementary color
Monochromatic Colors of #C68938
Black with #C68938
Text Example
Text Example
White with #C68938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68938; }
p { color: rgb(198,137,56); }
H1.HeaderClassName
{
color: #C68938;
}
.AnyTagClassName
{
color: #C68938;
}
</style>
background-color css
<style>
a { background-color: #C68938; }
a { background-color: rgb(198,137,56); }
div.DivClassName
{
background-color: #C68938;
}
.BgClassName
{
background-color: #C68938;
}
</style>
border-color css
<style>
span { border-color: #C68938; }
span { border-color: rgb(198,137,56); }
td.TdClassName
{
border-color: #C68938;
}
.TagClassName
{
border-color: #C68938;
}
</style>