Shades of Anzac #C68F3B
Tints of Anzac #C68F3B
RGB
CMYK
RGB Variations
Color information
#C68F3B (or 0xC68F3B) is known color: Anzac. HEX triplet: C6, 8F and 3B. RGB value is (198,143,59). Sum of RGB (Red+Green+Blue) = 198+143+59=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68F3B is #3970C4. Grayscale: #969696. Windows color (decimal): -3764421 or 3903430. OLE color: 3903430.
HSL color Cylindrical-coordinate representation of color #C68F3B: hue angle of 36.26º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C68F3B is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 59 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.22 |
| HSL | 36.26º | 0.55% | 0.5% | - |
| HSV(B) | 36.26º | 0.7% | 0.78% | - |
| XYZ | 33.9 | 31.97 | 8.52 | - |
| YUV | 149.87 | 76.72 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 59 | 0 | 0.28 | 0.70 | 0.22 | 36.26 | 0.55 | 0.5 |
| Hex | C6 | 8F | 3B | 0 | 1C | 46 | 16 | 24 | 37 | 32 |
| Octal | 306 | 217 | 73 | 0 | 34 | 106 | 26 | 44 | 67 | 62 |
| Binary | 11000110 | 10001111 | 111011 | 0 | 11100 | 1000110 | 10110 | 100100 | 110111 | 110010 |
Color Harmonies of #C68F3B
Complementary color
Monochromatic Colors of #C68F3B
Black with #C68F3B
Text Example
Text Example
White with #C68F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68F3B; }
p { color: rgb(198,143,59); }
H1.HeaderClassName
{
color: #C68F3B;
}
.AnyTagClassName
{
color: #C68F3B;
}
</style>
background-color css
<style>
a { background-color: #C68F3B; }
a { background-color: rgb(198,143,59); }
div.DivClassName
{
background-color: #C68F3B;
}
.BgClassName
{
background-color: #C68F3B;
}
</style>
border-color css
<style>
span { border-color: #C68F3B; }
span { border-color: rgb(198,143,59); }
td.TdClassName
{
border-color: #C68F3B;
}
.TagClassName
{
border-color: #C68F3B;
}
</style>