Shades of Anzac #C68838
Tints of Anzac #C68838
RGB
CMYK
RGB Variations
Color information
#C68838 (or 0xC68838) is known color: Anzac. HEX triplet: C6, 88 and 38. RGB value is (198,136,56). Sum of RGB (Red+Green+Blue) = 198+136+56=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C68838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68838 is #3977C7. Grayscale: #919191. Windows color (decimal): -3766216 or 3705030. OLE color: 3705030.
HSL color Cylindrical-coordinate representation of color #C68838: hue angle of 33.8º 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 #C68838 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 56 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.22 |
| HSL | 33.8º | 0.56% | 0.5% | - |
| HSV(B) | 33.8º | 0.72% | 0.78% | - |
| XYZ | 32.81 | 29.9 | 7.78 | - |
| YUV | 145.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 56 | 0 | 0.31 | 0.72 | 0.22 | 33.8 | 0.56 | 0.5 |
| Hex | C6 | 88 | 38 | 0 | 1F | 48 | 16 | 22 | 38 | 32 |
| Octal | 306 | 210 | 70 | 0 | 37 | 110 | 26 | 42 | 70 | 62 |
| Binary | 11000110 | 10001000 | 111000 | 0 | 11111 | 1001000 | 10110 | 100010 | 111000 | 110010 |
Color Harmonies of #C68838
Complementary color
Monochromatic Colors of #C68838
Black with #C68838
Text Example
Text Example
White with #C68838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68838; }
p { color: rgb(198,136,56); }
H1.HeaderClassName
{
color: #C68838;
}
.AnyTagClassName
{
color: #C68838;
}
</style>
background-color css
<style>
a { background-color: #C68838; }
a { background-color: rgb(198,136,56); }
div.DivClassName
{
background-color: #C68838;
}
.BgClassName
{
background-color: #C68838;
}
</style>
border-color css
<style>
span { border-color: #C68838; }
span { border-color: rgb(198,136,56); }
td.TdClassName
{
border-color: #C68838;
}
.TagClassName
{
border-color: #C68838;
}
</style>