110000110100
110000110100 is a 12-bit binary number. In decimal, it equals 3124, and in hexadecimal, it is 0xC34. The binary pattern can be read as three groups of four bits: 1100 0011 0100, corresponding to the hex digits C, 3, and 4.
As a 12-bit RGB color, the value can be interpreted as 4 bits per channel: red = 1100
If treated as a signed 12-bit two's complement integer, the pattern represents -972, since in 12-bit two's
In computing contexts, 12-bit numbers have appeared in various architectures, color encodings, and specialized data formats.