Shades of Anzac #C68B3E
Tints of Anzac #C68B3E
RGB
CMYK
RGB Variations
Color information
#C68B3E (or 0xC68B3E) is known color: Anzac. HEX triplet: C6, 8B and 3E. RGB value is (198,139,62). Sum of RGB (Red+Green+Blue) = 198+139+62=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68B3E is #3974C1. Grayscale: #949494. Windows color (decimal): -3765442 or 4099014. OLE color: 4099014.
HSL color Cylindrical-coordinate representation of color #C68B3E: hue angle of 33.97º 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 #C68B3E is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 62 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.22 |
| HSL | 33.97º | 0.54% | 0.51% | - |
| HSV(B) | 33.97º | 0.69% | 0.78% | - |
| XYZ | 33.39 | 30.82 | 8.75 | - |
| YUV | 147.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 62 | 0 | 0.30 | 0.69 | 0.22 | 33.97 | 0.54 | 0.51 |
| Hex | C6 | 8B | 3E | 0 | 1E | 45 | 16 | 22 | 36 | 33 |
| Octal | 306 | 213 | 76 | 0 | 36 | 105 | 26 | 42 | 66 | 63 |
| Binary | 11000110 | 10001011 | 111110 | 0 | 11110 | 1000101 | 10110 | 100010 | 110110 | 110011 |
Color Harmonies of #C68B3E
Complementary color
Monochromatic Colors of #C68B3E
Black with #C68B3E
Text Example
Text Example
White with #C68B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B3E; }
p { color: rgb(198,139,62); }
H1.HeaderClassName
{
color: #C68B3E;
}
.AnyTagClassName
{
color: #C68B3E;
}
</style>
background-color css
<style>
a { background-color: #C68B3E; }
a { background-color: rgb(198,139,62); }
div.DivClassName
{
background-color: #C68B3E;
}
.BgClassName
{
background-color: #C68B3E;
}
</style>
border-color css
<style>
span { border-color: #C68B3E; }
span { border-color: rgb(198,139,62); }
td.TdClassName
{
border-color: #C68B3E;
}
.TagClassName
{
border-color: #C68B3E;
}
</style>