Shades of Anzac #C68B3F
Tints of Anzac #C68B3F
RGB
CMYK
RGB Variations
Color information
#C68B3F (or 0xC68B3F) is known color: Anzac. HEX triplet: C6, 8B and 3F. RGB value is (198,139,63). Sum of RGB (Red+Green+Blue) = 198+139+63=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68B3F is #3974C0. Grayscale: #949494. Windows color (decimal): -3765441 or 4164550. OLE color: 4164550.
HSL color Cylindrical-coordinate representation of color #C68B3F: hue angle of 33.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C68B3F is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 63 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.22 |
| HSL | 33.78º | 0.54% | 0.51% | - |
| HSV(B) | 33.78º | 0.68% | 0.78% | - |
| XYZ | 33.42 | 30.83 | 8.89 | - |
| YUV | 147.98 | 80.05 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 63 | 0 | 0.30 | 0.68 | 0.22 | 33.78 | 0.54 | 0.51 |
| Hex | C6 | 8B | 3F | 0 | 1E | 44 | 16 | 22 | 36 | 33 |
| Octal | 306 | 213 | 77 | 0 | 36 | 104 | 26 | 42 | 66 | 63 |
| Binary | 11000110 | 10001011 | 111111 | 0 | 11110 | 1000100 | 10110 | 100010 | 110110 | 110011 |
Color Harmonies of #C68B3F
Complementary color
Monochromatic Colors of #C68B3F
Black with #C68B3F
Text Example
Text Example
White with #C68B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B3F; }
p { color: rgb(198,139,63); }
H1.HeaderClassName
{
color: #C68B3F;
}
.AnyTagClassName
{
color: #C68B3F;
}
</style>
background-color css
<style>
a { background-color: #C68B3F; }
a { background-color: rgb(198,139,63); }
div.DivClassName
{
background-color: #C68B3F;
}
.BgClassName
{
background-color: #C68B3F;
}
</style>
border-color css
<style>
span { border-color: #C68B3F; }
span { border-color: rgb(198,139,63); }
td.TdClassName
{
border-color: #C68B3F;
}
.TagClassName
{
border-color: #C68B3F;
}
</style>