Shades of Anzac #C6883E
Tints of Anzac #C6883E
RGB
CMYK
RGB Variations
Color information
#C6883E (or 0xC6883E) is known color: Anzac. HEX triplet: C6, 88 and 3E. RGB value is (198,136,62). Sum of RGB (Red+Green+Blue) = 198+136+62=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6883E is #3977C1. Grayscale: #929292. Windows color (decimal): -3766210 or 4098246. OLE color: 4098246.
HSL color Cylindrical-coordinate representation of color #C6883E: hue angle of 32.65º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6883E is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 62 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.22 |
| HSL | 32.65º | 0.54% | 0.51% | - |
| HSV(B) | 32.65º | 0.69% | 0.78% | - |
| XYZ | 32.96 | 29.96 | 8.6 | - |
| YUV | 146.1 | 80.54 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 62 | 0 | 0.31 | 0.69 | 0.22 | 32.65 | 0.54 | 0.51 |
| Hex | C6 | 88 | 3E | 0 | 1F | 45 | 16 | 21 | 36 | 33 |
| Octal | 306 | 210 | 76 | 0 | 37 | 105 | 26 | 41 | 66 | 63 |
| Binary | 11000110 | 10001000 | 111110 | 0 | 11111 | 1000101 | 10110 | 100001 | 110110 | 110011 |
Color Harmonies of #C6883E
Complementary color
Monochromatic Colors of #C6883E
Black with #C6883E
Text Example
Text Example
White with #C6883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6883E; }
p { color: rgb(198,136,62); }
H1.HeaderClassName
{
color: #C6883E;
}
.AnyTagClassName
{
color: #C6883E;
}
</style>
background-color css
<style>
a { background-color: #C6883E; }
a { background-color: rgb(198,136,62); }
div.DivClassName
{
background-color: #C6883E;
}
.BgClassName
{
background-color: #C6883E;
}
</style>
border-color css
<style>
span { border-color: #C6883E; }
span { border-color: rgb(198,136,62); }
td.TdClassName
{
border-color: #C6883E;
}
.TagClassName
{
border-color: #C6883E;
}
</style>